AWS::ServiceCatalog::LaunchNotificationConstraintResource Type definition for AWS::ServiceCatalog::LaunchNotificationConstraint
5 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
NotificationArns | Array<string> | Required |
PortfolioId | string | RequiredCreate-only |
ProductId | string | RequiredCreate-only |
AcceptLanguage | string | Write-only |
Description | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | Unique identifier for the constraint |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ServiceCatalog::LaunchNotificationConstraint
Resources:
MyResource:
Type: AWS::ServiceCatalog::LaunchNotificationConstraint
Properties:
NotificationArns: "arn:aws:service:region:account:resource"
PortfolioId: "my-portfolioid"
ProductId: "my-productid"
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
servicecatalog:DescribeConstraintservicecatalog:CreateConstraintservicecatalog:DescribeConstraintsns:GetTopicAttributesservicecatalog:ListConstraintsForPortfolioservicecatalog:UpdateConstraintservicecatalog:DescribeConstraintsns:GetTopicAttributesservicecatalog:DeleteConstraintOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
PortfolioIdProductId