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

    ReplacementsConfig / ParameterReplacementConfig

    Fixed replacement value to apply throughout config files. Loaded from SSM parameters in the management account in the HOME_REGION.

    These SSM Parameters must exist with non-null values before they are added to the replacements-config.yaml file.

    globalReplacements:
    - key: FndPrefix
    path: /accelerator/replacements/FndPrefix
    - key: BudgetEmail
    value: /accelerator/replacements/BudgetEmail
    - key: ProtectTagKey
    value: /accelerator/replacements/ProtectTagKey
    - key: ProtectTagValue
    value: /accelerator/replacements/ProtectTagValue
    interface IParameterReplacement {
        key: string;
        path: string;
    }
    Index

    Properties

    Properties

    key: string

    Key of the replacement placeholder

    path: string

    Path of the SSM Parameter containing the value to replace