Class CfnDeploymentGroupPropsMixin.AlarmConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.codedeploy.CfnDeploymentGroupPropsMixin.AlarmConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeploymentGroupPropsMixin.AlarmConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeploymentGroupPropsMixin.AlarmConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDeploymentGroupPropsMixin.AlarmConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeploymentGroupPropsMixin.AlarmConfigurationProperty
An implementation for
CfnDeploymentGroupPropsMixin.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.cfnpropertymixins.services.codedeploy.CfnDeploymentGroupPropsMixin.AlarmConfigurationProperty
CfnDeploymentGroupPropsMixin.AlarmConfigurationProperty.Builder, CfnDeploymentGroupPropsMixin.AlarmConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeploymentGroupPropsMixin.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 theCfnDeploymentGroupPropsMixin.AlarmConfigurationProperty.Builder.
-
-
Method Details
-
getAlarms
Description copied from interface:CfnDeploymentGroupPropsMixin.AlarmConfigurationPropertyA list of alarms configured for the deployment or deployment group.A maximum of 10 alarms can be added.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDeploymentGroupPropsMixin.AlarmProperty>- Specified by:
getAlarmsin interfaceCfnDeploymentGroupPropsMixin.AlarmConfigurationProperty- See Also:
-
getEnabled
Description copied from interface:CfnDeploymentGroupPropsMixin.AlarmConfigurationPropertyIndicates whether the alarm configuration is enabled.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnDeploymentGroupPropsMixin.AlarmConfigurationProperty- See Also:
-
getIgnorePollAlarmFailure
Description copied from interface:CfnDeploymentGroupPropsMixin.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 .
Returns union: either
BooleanorIResolvable- Specified by:
getIgnorePollAlarmFailurein interfaceCfnDeploymentGroupPropsMixin.AlarmConfigurationProperty- See Also:
-
$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()
-