| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| Modifier and Type | Class and Description |
|---|---|
static class |
StackSteps.Jsii$Proxy
An implementation for
StackSteps |
| Modifier and Type | Method and Description |
|---|---|
StackSteps |
StackSteps.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<StackSteps> |
StageDeploymentProps.getStackSteps()
Instructions for additional steps that are run at the stack level.
|
List<StackSteps> |
StageDeploymentProps.Jsii$Proxy.getStackSteps() |
default List<StackSteps> |
AddStageOpts.getStackSteps()
Instructions for stack level steps.
|
List<StackSteps> |
AddStageOpts.Jsii$Proxy.getStackSteps() |
List<StackSteps> |
StageDeployment.getStackSteps()
Instructions for additional steps that are run at stack level.
|
| Modifier and Type | Method and Description |
|---|---|
StageDeploymentProps.Builder |
StageDeploymentProps.Builder.stackSteps(List<? extends StackSteps> stackSteps)
Sets the value of
StageDeploymentProps.getStackSteps() |
AddStageOpts.Builder |
AddStageOpts.Builder.stackSteps(List<? extends StackSteps> stackSteps)
Sets the value of
AddStageOpts.getStackSteps() |
Copyright © 2022. All rights reserved.