@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:30:29.083Z") @Stability(value=Experimental) public interface DeployCdkStackActionOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
DeployCdkStackActionOptions.Builder
A builder for
DeployCdkStackActionOptions |
static class |
DeployCdkStackActionOptions.Jsii$Proxy
An implementation for
DeployCdkStackActionOptions |
| Modifier and Type | Method and Description |
|---|---|
static DeployCdkStackActionOptions.Builder |
builder() |
default String |
getBaseActionName()
(experimental) Base name of the action.
|
default String |
getChangeSetName()
(experimental) Name of the change set to create and deploy.
|
Artifact |
getCloudAssemblyInput()
(experimental) The CodePipeline artifact that holds the Cloud Assembly.
|
default Number |
getExecuteRunOrder()
(experimental) Run order for the Execute action.
|
default Artifact |
getOutput()
(experimental) Artifact to write Stack Outputs to.
|
default String |
getOutputFileName()
(experimental) Filename in output to write Stack outputs to.
|
default Number |
getPrepareRunOrder()
(experimental) Run order for the Prepare action.
|
@Stability(value=Experimental) @NotNull Artifact getCloudAssemblyInput()
@Stability(value=Experimental) @Nullable default String getBaseActionName()
Default: stackName
@Stability(value=Experimental) @Nullable default String getChangeSetName()
Default: 'PipelineChange'
@Stability(value=Experimental) @Nullable default Number getExecuteRunOrder()
Default: - prepareRunOrder + 1
@Stability(value=Experimental) @Nullable default Artifact getOutput()
Default: - No outputs
@Stability(value=Experimental) @Nullable default String getOutputFileName()
Default: - Required when 'output' is set
@Stability(value=Experimental) @Nullable default Number getPrepareRunOrder()
Default: 1
@Stability(value=Experimental) static DeployCdkStackActionOptions.Builder builder()
Copyright © 2021. All rights reserved.