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

    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

    constraints:
    launch:
    type: localRole | Role
    role: string
    tagUpdate: true | false
    notifications:
    - topicName
    interface IProductLaunchConstraintConfig {
        type: ProductLaunchConstraintType;
        role: string;
    }
    Index

    Properties

    Properties

    type: ProductLaunchConstraintType

    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

    role: string

    The name of the IAM Role.