AWS::ServiceCatalog::LaunchNotificationConstraint
Creates a notification constraint for AWS Service Catalog. For more information, see CreateConstraint in the AWS Service Catalog Developer Guide.
Topics
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::ServiceCatalog::LaunchNotificationConstraint", "Properties" : { "Description" :String, "NotificationArns" : [String, ... ], "AcceptLanguage" :String, "PortfolioId" :String, "ProductId" :String} }
YAML
Type: "AWS::ServiceCatalog::LaunchNotificationConstraint" Properties: Description:StringNotificationArns: -StringAcceptLanguage:StringPortfolioId:StringProductId:String
Properties
AcceptLanguage-
The language code.
Required: No
Type: String
Update requires: No interruption
Description-
The description of the constraint.
Required: No
Type: String
Update requires: No interruption
NotificationArns-
The notification ARNs.
Required: Yes
Type: List of String values
Update requires: Replacement
PortfolioId-
The portfolio identifier.
Required: Yes
Type: String
Update requires: Replacement
ProductId-
The product identifier.
Required: Yes
Type: String
Update requires: Replacement
Return Values
Ref
When you pass the logical ID of an AWS::ServiceCatalog::LaunchNotificationConstraint resource
to the intrinsic Ref function, the function returns the identifier of the constraint.
For more information about using the Ref function, see
Ref.
