@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:33:10.124Z") @Stability(value=Experimental) public interface StageDeploymentProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
StageDeploymentProps.Builder
A builder for
StageDeploymentProps |
static class |
StageDeploymentProps.Jsii$Proxy
An implementation for
StageDeploymentProps |
| Modifier and Type | Method and Description |
|---|---|
static StageDeploymentProps.Builder |
builder() |
default List<Step> |
getPost()
(experimental) Additional steps to run after all of the stacks in the stage.
|
default List<Step> |
getPre()
(experimental) Additional steps to run before any of the stacks in the stage.
|
default String |
getStageName()
(experimental) Stage name to use in the pipeline.
|
@Stability(value=Experimental) @Nullable default List<Step> getPost()
Default: - No additional steps
@Stability(value=Experimental) @Nullable default List<Step> getPre()
Default: - No additional steps
@Stability(value=Experimental) @Nullable default String getStageName()
Default: - Use Stage's construct ID
@Stability(value=Experimental) static StageDeploymentProps.Builder builder()
StageDeploymentProps.Builder of StageDeploymentPropsCopyright © 2021. All rights reserved.