ReadonlypostAdditional steps that are run after all of the stacks in the stage
ReadonlypreAdditional steps that are run before any of the stacks in the stage
Optional ReadonlyprepareDetermine if all stacks in stage should be deployed with prepare step or not.
ReadonlystacksThe stacks deployed in this stage
ReadonlystackInstructions for additional steps that are run at stack level
ReadonlystageThe display name of this stage
Add an additional step to run after all of the stacks in this stage
Add an additional step to run before any of the stacks in this stage
StaticfromCreate a new StageDeployment from a Stage
Synthesizes the target stage, and deployes the stacks found inside in dependency order.
Optionalprops: StageDeploymentProps
Deployment of a single
StageA
Stageconsists of one or moreStacks, which will be deployed in dependency order.