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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codedeploy.CfnDeploymentGroup.AlarmConfigurationProperty
CfnDeploymentGroup.AlarmConfigurationProperty.Builder, CfnDeploymentGroup.AlarmConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDeploymentGroup.AlarmConfigurationProperty.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 Object
A list of alarms configured for the deployment or deployment group.final Object
Indicates whether the alarm configuration is enabled.final Object
Indicates whether a deployment should continue if information about the current state of alarms cannot be retrieved from Amazon CloudWatch .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 theCfnDeploymentGroup.AlarmConfigurationProperty.Builder
.
-
-
Method Details
-
getAlarms
Description copied from interface:CfnDeploymentGroup.AlarmConfigurationProperty
A list of alarms configured for the deployment or deployment group.A maximum of 10 alarms can be added.
- Specified by:
getAlarms
in interfaceCfnDeploymentGroup.AlarmConfigurationProperty
-
getEnabled
Description copied from interface:CfnDeploymentGroup.AlarmConfigurationProperty
Indicates whether the alarm configuration is enabled.- Specified by:
getEnabled
in interfaceCfnDeploymentGroup.AlarmConfigurationProperty
-
getIgnorePollAlarmFailure
Description copied from interface:CfnDeploymentGroup.AlarmConfigurationProperty
Indicates 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:
getIgnorePollAlarmFailure
in interfaceCfnDeploymentGroup.AlarmConfigurationProperty
-
$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()
-