CloudFormation Stack deployment targets
The description is to used to provide more information about the stack.
The 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.
A list of AWS regions to deploy the stack to.
The 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.
The file path to the template file defining the stack.
This 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.
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.
Related CDK Issue