Properties for a StageDeployment

interface StageDeploymentProps {
    post?: Step[];
    pre?: Step[];
    stackSteps?: StackSteps[];
    stageName?: string;
}

Properties

post?: Step[]

Additional steps to run after all of the stacks in the stage

- No additional steps
pre?: Step[]

Additional steps to run before any of the stacks in the stage

- No additional steps
stackSteps?: StackSteps[]

Instructions for additional steps that are run at the stack level

- No additional instructions
stageName?: string

Stage name to use in the pipeline

- Use Stage's construct ID