@Generated(value="jsii-pacmak/0.19.0 (build 7c562bc)", date="2019-10-15T12:37:28.442Z") @Stability(value=Stable) 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
An implementation for
AutoRollbackConfig |
| 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.
|
@Stability(value=Stable) Boolean getDeploymentInAlarm()
@Stability(value=Stable) Boolean getFailedDeployment()
@Stability(value=Stable) Boolean getStoppedDeployment()
@Stability(value=Stable) static AutoRollbackConfig.Builder builder()
AutoRollbackConfig.Builder of AutoRollbackConfigCopyright © 2019. All rights reserved.