@Stability(value=Experimental) @Internal public static final class AutoRollbackConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AutoRollbackConfig
AutoRollbackConfigsoftware.amazon.jsii.JsiiObject.InitializationModeAutoRollbackConfig.Builder, AutoRollbackConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Boolean deploymentInAlarm,
Boolean failedDeployment,
Boolean stoppedDeployment)
Constructor that initializes the object based on literal property values passed by the
AutoRollbackConfig.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getDeploymentInAlarm()
(experimental) Whether to automatically roll back a deployment during which one of the configured CloudWatch alarms for this Deployment Group went off.
|
Boolean |
getFailedDeployment()
(experimental) Whether to automatically roll back a deployment that fails.
|
Boolean |
getStoppedDeployment()
(experimental) Whether to automatically roll back a deployment that was manually stopped.
|
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(Boolean deploymentInAlarm, Boolean failedDeployment, Boolean stoppedDeployment)
AutoRollbackConfig.Builder.public final Boolean getDeploymentInAlarm()
AutoRollbackConfigDefault: true if you've provided any Alarms with the `alarms` property, false otherwise
getDeploymentInAlarm in interface AutoRollbackConfigpublic final Boolean getFailedDeployment()
AutoRollbackConfigDefault: true
getFailedDeployment in interface AutoRollbackConfigpublic final Boolean getStoppedDeployment()
AutoRollbackConfigDefault: false
getStoppedDeployment in interface AutoRollbackConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.