public static final class CfnDeploymentGroup.AlarmConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeploymentGroup.AlarmConfigurationProperty
CfnDeploymentGroup.AlarmConfigurationProperty
CfnDeploymentGroup.AlarmConfigurationProperty.Builder, CfnDeploymentGroup.AlarmConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getAlarms()
A list of alarms configured for the deployment group.
|
java.lang.Object |
getEnabled()
Indicates whether the alarm configuration is enabled.
|
java.lang.Object |
getIgnorePollAlarmFailure()
Indicates whether a deployment should continue if information about the current state of alarms cannot be retrieved from Amazon CloudWatch .
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getAlarms()
CfnDeploymentGroup.AlarmConfigurationProperty
A maximum of 10 alarms can be added to a deployment group.
getAlarms
in interface CfnDeploymentGroup.AlarmConfigurationProperty
public final java.lang.Object getEnabled()
CfnDeploymentGroup.AlarmConfigurationProperty
getEnabled
in interface CfnDeploymentGroup.AlarmConfigurationProperty
public final java.lang.Object getIgnorePollAlarmFailure()
CfnDeploymentGroup.AlarmConfigurationProperty
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 .getIgnorePollAlarmFailure
in interface CfnDeploymentGroup.AlarmConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()