@Stability(value=Experimental) @Internal public static final class AddStageOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AddStageOptions
AddStageOptionssoftware.amazon.jsii.JsiiObject.InitializationModeAddStageOptions.Builder, AddStageOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(Number extraRunOrderSpace,
Boolean manualApprovals)
Constructor that initializes the object based on literal property values passed by the
AddStageOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getExtraRunOrderSpace()
(experimental) Add room for extra actions.
|
Boolean |
getManualApprovals()
(experimental) Add manual approvals before executing change sets.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Number extraRunOrderSpace, Boolean manualApprovals)
AddStageOptions.Builder.public final Number getExtraRunOrderSpace()
AddStageOptionsYou 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
getExtraRunOrderSpace in interface AddStageOptionspublic final Boolean getManualApprovals()
AddStageOptionsThis gives humans the opportunity to confirm the change set looks alright before deploying it.
Default: false
getManualApprovals in interface AddStageOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.