AWS::ServiceCatalog::LaunchNotificationConstraintSpecifies a notification constraint.
import { CfnLaunchNotificationConstraint } from 'aws-cdk-lib/aws-servicecatalog';Or use the module namespace:
import * as servicecatalog from 'aws-cdk-lib/aws-servicecatalog';
// servicecatalog.CfnLaunchNotificationConstraintConfiguration passed to the constructor as CfnLaunchNotificationConstraintProps.
notificationArnsRequiredstring[]The notification ARNs.
portfolioIdRequiredstringThe portfolio identifier.
productIdRequiredstringThe product identifier.
acceptLanguageOptionalstringThe language code. - `jp` - Japanese - `zh` - Chinese
descriptionOptionalstringThe description of the constraint.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-servicecatalogAWS::ServiceCatalog::LaunchNotificationConstraint