@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:39.819Z") @Stability(value=Deprecated) @Deprecated public interface DeployCdkStackActionOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codepipeline.*;
import software.amazon.awscdk.pipelines.*;
Artifact artifact;
DeployCdkStackActionOptions deployCdkStackActionOptions = DeployCdkStackActionOptions.builder()
.cloudAssemblyInput(artifact)
// the properties below are optional
.baseActionName("baseActionName")
.changeSetName("changeSetName")
.executeRunOrder(123)
.output(artifact)
.outputFileName("outputFileName")
.prepareRunOrder(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
DeployCdkStackActionOptions.Builder
Deprecated.
|
static class |
DeployCdkStackActionOptions.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static DeployCdkStackActionOptions.Builder |
builder()
Deprecated.
|
default String |
getBaseActionName()
Deprecated.
|
default String |
getChangeSetName()
Deprecated.
|
Artifact |
getCloudAssemblyInput()
Deprecated.
|
default Number |
getExecuteRunOrder()
Deprecated.
|
default Artifact |
getOutput()
Deprecated.
|
default String |
getOutputFileName()
Deprecated.
|
default Number |
getPrepareRunOrder()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @NotNull Artifact getCloudAssemblyInput()
@Stability(value=Deprecated) @Deprecated @Nullable default String getBaseActionName()
Default: stackName
@Stability(value=Deprecated) @Deprecated @Nullable default String getChangeSetName()
Default: 'PipelineChange'
@Stability(value=Deprecated) @Deprecated @Nullable default Number getExecuteRunOrder()
Default: - prepareRunOrder + 1
@Stability(value=Deprecated) @Deprecated @Nullable default Artifact getOutput()
Default: - No outputs
@Stability(value=Deprecated) @Deprecated @Nullable default String getOutputFileName()
Default: - Required when 'output' is set
@Stability(value=Deprecated) @Deprecated @Nullable default Number getPrepareRunOrder()
Default: 1
@Stability(value=Deprecated) @Deprecated static DeployCdkStackActionOptions.Builder builder()
Copyright © 2022. All rights reserved.