@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:56.570Z") @Stability(value=Experimental) 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()
(experimental) Whether to automatically roll back a deployment during which one of the configured CloudWatch alarms for this Deployment Group went off.
|
default Boolean |
getFailedDeployment()
(experimental) Whether to automatically roll back a deployment that fails.
|
default Boolean |
getStoppedDeployment()
(experimental) Whether to automatically roll back a deployment that was manually stopped.
|
@Stability(value=Experimental) @Nullable default Boolean getDeploymentInAlarm()
Default: true if you've provided any Alarms with the `alarms` property, false otherwise
@Stability(value=Experimental) @Nullable default Boolean getFailedDeployment()
Default: true
@Stability(value=Experimental) @Nullable default Boolean getStoppedDeployment()
Default: false
@Stability(value=Experimental) static AutoRollbackConfig.Builder builder()
AutoRollbackConfig.Builder of AutoRollbackConfigCopyright © 2021. All rights reserved.