Readonly
deploymentCloudFormation Stack deployment targets
Readonly
descriptionThe description is to used to provide more information about the stack.
Readonly
nameThe friendly name that will be used as a base for the created CloudFormation Stack Name. The name should not contain any spaces as this isn't supported by the Accelerator.
Readonly
parametersThe parameters to pass to the stack.
Readonly
regionsA list of AWS regions to deploy the stack to.
Readonly
runThe order to deploy the stack relative to the other stacks. Must be a positive integer. To deploy stacks in parallel, set runOrder of each stack to 1.
Readonly
templateThe file path to the template file defining the stack.
Readonly
terminationThis determines whether to enable termination protection for the stack.
Generated using TypeDoc
CustomizationsConfig / CustomizationConfig / CloudFormationStackConfig
Defines a custom CloudFormation Stack to be deployed to the environment.
Remarks
Please note that deployed custom CloudFormation Stacks are not deleted if they are removed from customizations-config.yaml. All custom stacks deployed by LZA must be deleted manually if they are no longer needed.
See
Related CDK Issue
Example