@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:33:08.809Z") @Stability(value=Experimental) public interface AddStageOpts extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AddStageOpts.Builder
A builder for
AddStageOpts |
static class |
AddStageOpts.Jsii$Proxy
An implementation for
AddStageOpts |
| Modifier and Type | Method and Description |
|---|---|
static AddStageOpts.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.
|
@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) static AddStageOpts.Builder builder()
AddStageOpts.Builder of AddStageOptsCopyright © 2021. All rights reserved.