Class CfnDeploymentGroup.AlarmConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codedeploy.CfnDeploymentGroup.AlarmConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeploymentGroup.AlarmConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDeploymentGroup.AlarmConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDeploymentGroup.AlarmConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeploymentGroup.AlarmConfigurationProperty
An implementation for
CfnDeploymentGroup.AlarmConfigurationProperty-
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.CfnDeploymentGroup.AlarmConfigurationProperty
CfnDeploymentGroup.AlarmConfigurationProperty.Builder, CfnDeploymentGroup.AlarmConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeploymentGroup.AlarmConfigurationProperty.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 ObjectA list of alarms configured for the deployment or deployment group.final ObjectIndicates whether the alarm configuration is enabled.final ObjectIndicates whether a deployment should continue if information about the current state of alarms cannot be retrieved from Amazon CloudWatch .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 theCfnDeploymentGroup.AlarmConfigurationProperty.Builder.
-
-
Method Details
-
getAlarms
Description copied from interface:CfnDeploymentGroup.AlarmConfigurationPropertyA list of alarms configured for the deployment or deployment group.A maximum of 10 alarms can be added.
- Specified by:
getAlarmsin interfaceCfnDeploymentGroup.AlarmConfigurationProperty
-
getEnabled
Description copied from interface:CfnDeploymentGroup.AlarmConfigurationPropertyIndicates whether the alarm configuration is enabled.- Specified by:
getEnabledin interfaceCfnDeploymentGroup.AlarmConfigurationProperty
-
getIgnorePollAlarmFailure
Description copied from interface:CfnDeploymentGroup.AlarmConfigurationPropertyIndicates whether a deployment should continue if information about the current state of alarms cannot be retrieved from Amazon CloudWatch .The default value is
false.true: The deployment proceeds even if alarm status information can't be retrieved from CloudWatch .false: The deployment stops if alarm status information can't be retrieved from CloudWatch .
- Specified by:
getIgnorePollAlarmFailurein interfaceCfnDeploymentGroup.AlarmConfigurationProperty
-
$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()
-