ReadonlydeploymentCloudFormation Stack deployment targets
Optional ReadonlydescriptionThe description is to used to provide more information about the stack.
ReadonlynameThe 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.
ReadonlyregionsA list of AWS regions to deploy the stack to.
ReadonlyrunThe 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.
ReadonlytemplateThe file path to the template file defining the stack.
Optional ReadonlyparametersThe parameters to pass to the stack.
ReadonlyterminationThis determines whether to enable termination protection for the stack.
CustomizationsConfig / CustomizationConfig / CloudFormationStackConfig
Description
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