Uses of Class
software.amazon.awscdk.pipelines.Step
-
Uses of Step in software.amazon.awscdk.pipelines
Modifier and TypeClassDescriptionclass
Run a script as a CodeBuild Project.class
Factory for CodePipeline source steps.class
Pause the pipeline if a deployment would add IAM permissions or Security Group rules.class
A manual approval step.class
Run shell script commands in the pipeline.Modifier and TypeMethodDescriptionStackDeployment.getChangeSet()
Steps that take place after stack is prepared but before stack deploys.StackSteps.getChangeSet()
Steps that execute after stack is prepared but before stack is deployed.StackSteps.Jsii$Proxy.getChangeSet()
Step.getDependencies()
Return the steps this step depends on, based on the FileSets it requires.AddStageOpts.getPost()
Additional steps to run after all of the stacks in the stage.AddStageOpts.Jsii$Proxy.getPost()
StackDeployment.getPost()
Steps to execute after stack deploys.StackSteps.getPost()
Steps that execute after stack is deployed.StackSteps.Jsii$Proxy.getPost()
StageDeployment.getPost()
Additional steps that are run after all of the stacks in the stage.StageDeploymentProps.getPost()
Additional steps to run after all of the stacks in the stage.StageDeploymentProps.Jsii$Proxy.getPost()
Wave.getPost()
Additional steps that are run after all of the stages in the wave.WaveOptions.getPost()
Additional steps to run after all of the stages in the wave.WaveOptions.Jsii$Proxy.getPost()
WaveProps.getPost()
Additional steps to run after all of the stages in the wave.WaveProps.Jsii$Proxy.getPost()
AddStageOpts.getPre()
Additional steps to run before any of the stacks in the stage.AddStageOpts.Jsii$Proxy.getPre()
StackDeployment.getPre()
Steps that take place before stack is prepared.StackSteps.getPre()
Steps that execute before stack is prepared.StackSteps.Jsii$Proxy.getPre()
StageDeployment.getPre()
Additional steps that are run before any of the stacks in the stage.StageDeploymentProps.getPre()
Additional steps to run before any of the stacks in the stage.StageDeploymentProps.Jsii$Proxy.getPre()
Wave.getPre()
Additional steps that are run before any of the stages in the wave.WaveOptions.getPre()
Additional steps to run before any of the stages in the wave.WaveOptions.Jsii$Proxy.getPre()
WaveProps.getPre()
Additional steps to run before any of the stages in the wave.WaveProps.Jsii$Proxy.getPre()
Define a sequence of steps to be executed in order.Modifier and TypeMethodDescriptionvoid
Add an additional step to run after all of the stacks in this stage.void
Add an additional step to run after all of the stages in this wave.void
Add an additional step to run before any of the stacks in this stage.void
Add an additional step to run before any of the stages in this wave.void
Step.addStepDependency
(Step step) Add a dependency on another step.void
FileSet.producedBy
(Step producer) Mark the given Step as the producer for this FileSet.Modifier and TypeMethodDescriptionvoid
Adds steps to each phase of the stack.Sets the value ofStackSteps.getChangeSet()
Sets the value ofAddStageOpts.getPost()
Sets the value ofStackSteps.getPost()
Sets the value ofStageDeploymentProps.getPost()
Additional steps to run after all of the stages in the wave.Sets the value ofWaveOptions.getPost()
Sets the value ofWaveProps.getPost()
Sets the value ofAddStageOpts.getPre()
Sets the value ofStackSteps.getPre()
Sets the value ofStageDeploymentProps.getPre()
Additional steps to run before any of the stages in the wave.Sets the value ofWaveOptions.getPre()
Sets the value ofWaveProps.getPre()
Define a sequence of steps to be executed in order.