Readonly
postAdditional steps that are run after all of the stacks in the stage
Readonly
preAdditional steps that are run before any of the stacks in the stage
Optional
Readonly
prepareDetermine if all stacks in stage should be deployed with prepare step or not.
Readonly
stacksThe stacks deployed in this stage
Readonly
stackInstructions for additional steps that are run at stack level
Readonly
stageThe display name of this stage
Add an additional step to run after all of the stacks in this stage
Rest
...steps: Step[]Add an additional step to run before any of the stacks in this stage
Rest
...steps: Step[]Static
fromCreate a new StageDeployment
from a Stage
Synthesizes the target stage, and deployes the stacks found inside in dependency order.
Optional
props: StageDeploymentProps
Deployment of a single
Stage
A
Stage
consists of one or moreStacks
, which will be deployed in dependency order.