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

    CustomizationsConfig / CustomizationConfig / PortfolioConfig | ProductConfig / TagOptionsConfig

    Service Catalog TagOptions configuration.

    - key: Environment
    values: [Dev, Test, Prod]
    interface ITagOptionsConfig {
        key: string;
        values: string[];
    }
    Index

    Properties

    Properties

    key: string

    The tag key

    values: string[]

    An array of values that can be used for the tag key