AWS Fundamentals Logo
AWS Fundamentals
AWS::ServiceCatalog::LaunchNotificationConstraint

ServiceCatalog LaunchNotificationConstraint

Resource Type definition for AWS::ServiceCatalog::LaunchNotificationConstraint

Properties

5 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
NotificationArns
Array<string>
Required
PortfolioId
string
RequiredCreate-only
ProductId
string
RequiredCreate-only
AcceptLanguage
string
Write-only
Description
string

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
IdstringUnique identifier for the constraint

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

servicecatalog:DescribeConstraint

create

servicecatalog:CreateConstraintservicecatalog:DescribeConstraintsns:GetTopicAttributes

list

servicecatalog:ListConstraintsForPortfolio

update

servicecatalog:UpdateConstraintservicecatalog:DescribeConstraintsns:GetTopicAttributes

delete

servicecatalog:DeleteConstraint

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceServiceCatalog
Properties6
Required3
TaggingNot supported
Primary IDId

Supported Operations

ReadCreateListUpdateDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

PortfolioIdProductId

External Links