@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:30:29.079Z") @Stability(value=Experimental) public interface AddStageOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AddStageOptions.Builder
A builder for
AddStageOptions |
static class |
AddStageOptions.Jsii$Proxy
An implementation for
AddStageOptions |
| Modifier and Type | Method and Description |
|---|---|
static AddStageOptions.Builder |
builder() |
default Number |
getExtraRunOrderSpace()
(experimental) Add room for extra actions.
|
default Boolean |
getManualApprovals()
(experimental) Add manual approvals before executing change sets.
|
@Stability(value=Experimental) @Nullable default Number getExtraRunOrderSpace()
You can use this to make extra room in the runOrder sequence between the changeset 'prepare' and 'execute' actions and insert your own actions there.
Default: 0
@Stability(value=Experimental) @Nullable default Boolean getManualApprovals()
This gives humans the opportunity to confirm the change set looks alright before deploying it.
Default: false
@Stability(value=Experimental) static AddStageOptions.Builder builder()
AddStageOptions.Builder of AddStageOptionsCopyright © 2021. All rights reserved.