Abstract
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
Readonly
Key of the replacement placeholder
Path of the SSM Parameter containing the value to replace
Generated using TypeDoc
ReplacementsConfig / ParameterReplacementConfig
Fixed replacement value to apply throughout config files. Loaded from SSM parameters in the management account in the HOME_REGION.
Remarks
These SSM Parameters must exist with non-null values before they are added to the replacements-config.yaml file.
Example