@aws-accelerator/config
    Preparing search index...

    CustomizationsConfig / CustomizationConfig / PortfolioConfig | ProductConfig / ProductConstraintConfig

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

    constraints:
    launch:
    type: localRole | Role
    role: string
    tagUpdate: true | false
    notifications:
    - topicName
    interface IProductConstraintConfig {
        launch?: IProductLaunchConstraintConfig;
        tagUpdate?: boolean;
        notifications?: string[];
    }
    Index

    Properties

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

    tagUpdate?: boolean

    Determines if Service Catalog Tag Update constraint is enabled

    notifications?: string[]

    A list of SNS topic names to stream product notifications to

    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.