Class AutoRollbackConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codedeploy.AutoRollbackConfig.Jsii$Proxy
- All Implemented Interfaces:
AutoRollbackConfig
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AutoRollbackConfig
@Stability(Stable)
@Internal
public static final class AutoRollbackConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AutoRollbackConfig
An implementation for
AutoRollbackConfig
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codedeploy.AutoRollbackConfig
AutoRollbackConfig.Builder, AutoRollbackConfig.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(AutoRollbackConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theAutoRollbackConfig.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Boolean
Whether to automatically roll back a deployment during which one of the configured CloudWatch alarms for this Deployment Group went off.final Boolean
Whether to automatically roll back a deployment that fails.final Boolean
Whether to automatically roll back a deployment that was manually stopped.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theAutoRollbackConfig.Builder
.
-
-
Method Details
-
getDeploymentInAlarm
Description copied from interface:AutoRollbackConfig
Whether to automatically roll back a deployment during which one of the configured CloudWatch alarms for this Deployment Group went off.Default: true if you've provided any Alarms with the `alarms` property, false otherwise
- Specified by:
getDeploymentInAlarm
in interfaceAutoRollbackConfig
-
getFailedDeployment
Description copied from interface:AutoRollbackConfig
Whether to automatically roll back a deployment that fails.Default: true
- Specified by:
getFailedDeployment
in interfaceAutoRollbackConfig
-
getStoppedDeployment
Description copied from interface:AutoRollbackConfig
Whether to automatically roll back a deployment that was manually stopped.Default: false
- Specified by:
getStoppedDeployment
in interfaceAutoRollbackConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-