CustomizationsConfig / CustomizationConfig / PortfolioConfig | ProductConfig / ProductConstraintConfig

Service Catalog Product Constraint configuration. For more information see https://docs.aws.amazon.com/servicecatalog/latest/adminguide/constraints.html

Example

constraints:
launch:
type: localRole | Role
role: string
tagUpdate: true | false
notifications:
- topicName

Hierarchy

  • ProductConstraintConfig

Implements

Constructors

Properties

Constructors

Properties

launch: undefined | ProductLaunchConstraintConfig

Launch constraint role name and type, supports LocalRole or Role.

notifications: undefined | string[]

A list of SNS topic names to stream product notifications to

Remarks

The SNS Topic must exist in the same account and region. SNS Topic names are not validated, please ensure the SNS Topic exists in the account.

tagUpdate: undefined | boolean

Determines if Service Catalog Tag Update constraint is enabled

Generated using TypeDoc