CustomizationsConfig / CustomizationConfig / PortfolioConfig | ProductConfig / ProductConstraintConfig / ProductLaunchConstraintConfig

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

  • ProductLaunchConstraintConfig

Implements

Constructors

Properties

Constructors

Properties

role: string = ''

The name of the IAM Role.

type: "Role" | "LocalRole" = 'Role'

The type of launch constraint, either Role or LocalRole. For more information, see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchroleconstraint.html

Generated using TypeDoc