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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codedeploy.AutoRollbackConfig
AutoRollbackConfig.Builder, AutoRollbackConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(AutoRollbackConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theAutoRollbackConfig.Builder.protectedJsii$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.JsonNodefinal booleanfinal BooleanWhether to automatically roll back a deployment during which one of the configured CloudWatch alarms for this Deployment Group went off.final BooleanWhether to automatically roll back a deployment that fails.final BooleanWhether to automatically roll back a deployment that was manually stopped.final inthashCode()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:AutoRollbackConfigWhether 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:
getDeploymentInAlarmin interfaceAutoRollbackConfig
-
getFailedDeployment
Description copied from interface:AutoRollbackConfigWhether to automatically roll back a deployment that fails.Default: true
- Specified by:
getFailedDeploymentin interfaceAutoRollbackConfig
-
getStoppedDeployment
Description copied from interface:AutoRollbackConfigWhether to automatically roll back a deployment that was manually stopped.Default: false
- Specified by:
getStoppedDeploymentin interfaceAutoRollbackConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-