@Generated(value="jsii-pacmak/0.7.14 (build 91853ce)", date="2019-02-07T11:17:38.810Z") public interface AutoRollbackConfig extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AutoRollbackConfig.Builder
A builder for
AutoRollbackConfig |
static class |
AutoRollbackConfig.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static AutoRollbackConfig.Builder |
builder() |
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.
|
Boolean getDeploymentInAlarm()
void setDeploymentInAlarm(Boolean value)
Boolean getFailedDeployment()
void setFailedDeployment(Boolean value)
Boolean getStoppedDeployment()
void setStoppedDeployment(Boolean value)
static AutoRollbackConfig.Builder builder()
AutoRollbackConfig.Builder of AutoRollbackConfigCopyright © 2019. All rights reserved.