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

    CustomizationsConfig / CustomizationConfig / PortfolioConfig / ProductConfig

    Service Catalog Products configuration

    - name: Product01
    description: Example product
    owner: Product-Owner
    versions:
    - name: v1
    description: Product version 1
    template: path/to/template.json
    constraints:
    launch:
    type: localRole | Role
    role: string
    tagUpdate: true | false
    notifications:
    - topicName
    interface IProductConfig {
        name: string;
        owner: string;
        versions: IProductVersionConfig[];
        description?: string;
        distributor?: string;
        support?: IProductSupportConfig;
        tagOptions?: ITagOptionsConfig[];
        constraints?: IProductConstraintConfig;
    }
    Index

    Properties

    name: string

    The name of the product

    owner: string

    The owner of the product

    Product version configuration

    description?: string

    Product description

    distributor?: string

    The name of the product's publisher.

    Product support details.

    tagOptions?: ITagOptionsConfig[]

    Product TagOptions configuration

    Product Constraint configuration