public static final class AutoRollbackConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AutoRollbackConfig
software.amazon.jsii.JsiiObject.InitializationModeAutoRollbackConfig.Builder, AutoRollbackConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDeploymentInAlarm()
Whether to automatically roll back a deployment during which one of the configured
CloudWatch alarms for this Deployment Group went off.
|
Boolean |
getFailedDeployment()
Whether to automatically roll back a deployment that fails.
|
Boolean |
getStoppedDeployment()
Whether to automatically roll back a deployment that was manually stopped.
|
void |
setDeploymentInAlarm(Boolean value)
Whether to automatically roll back a deployment during which one of the configured
CloudWatch alarms for this Deployment Group went off.
|
void |
setFailedDeployment(Boolean value)
Whether to automatically roll back a deployment that fails.
|
void |
setStoppedDeployment(Boolean value)
Whether to automatically roll back a deployment that was manually stopped.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Nullable public Boolean getDeploymentInAlarm()
getDeploymentInAlarm in interface AutoRollbackConfigpublic void setDeploymentInAlarm(@Nullable Boolean value)
setDeploymentInAlarm in interface AutoRollbackConfig@Nullable public Boolean getFailedDeployment()
getFailedDeployment in interface AutoRollbackConfigpublic void setFailedDeployment(@Nullable Boolean value)
setFailedDeployment in interface AutoRollbackConfig@Nullable public Boolean getStoppedDeployment()
getStoppedDeployment in interface AutoRollbackConfigpublic void setStoppedDeployment(@Nullable Boolean value)
setStoppedDeployment in interface AutoRollbackConfigCopyright © 2019. All rights reserved.