MDAA TS Docs
    Preparing search index...

    A config set defining an ordered list of config names to execute.

    interface ConfigSetsProps {
        configs: string[];
    }
    Index

    Properties

    Properties

    configs: string[]

    Ordered list of config names to execute. Names must match entries in the configs section. Execution follows the listed order.

    Use cases: Multi-stage bootstrap ordering; Dependency-aware initialization

    AWS: CloudFormation::Init configSets

    Validation: Required; array of config name strings