@Generated(value="jsii-pacmak/0.20.2 (build faba0be)", date="2019-11-11T17:18:01.361Z") @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() |
default Boolean |
getDeploymentInAlarm()
Whether to automatically roll back a deployment during which one of the configured CloudWatch alarms for this Deployment Group went off.
|
default Boolean |
getFailedDeployment()
Whether to automatically roll back a deployment that fails.
|
default Boolean |
getStoppedDeployment()
Whether to automatically roll back a deployment that was manually stopped.
|
@Stability(value=Stable) default Boolean getDeploymentInAlarm()
@Stability(value=Stable) default Boolean getFailedDeployment()
@Stability(value=Stable) default Boolean getStoppedDeployment()
@Stability(value=Stable) static AutoRollbackConfig.Builder builder()
AutoRollbackConfig.Builder of AutoRollbackConfigCopyright © 2019. All rights reserved.