@Generated(value="jsii-pacmak/0.15.1 (build ceff2ca)", date="2019-08-27T17:36:11.064Z") @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.