Class CfnZonalAutoshiftConfigurationPropsMixin.ControlConditionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.arczonalshift.mixins.CfnZonalAutoshiftConfigurationPropsMixin.ControlConditionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnZonalAutoshiftConfigurationPropsMixin.ControlConditionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnZonalAutoshiftConfigurationPropsMixin.ControlConditionProperty
@Stability(Stable)
@Internal
public static final class CfnZonalAutoshiftConfigurationPropsMixin.ControlConditionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnZonalAutoshiftConfigurationPropsMixin.ControlConditionProperty
An implementation for
CfnZonalAutoshiftConfigurationPropsMixin.ControlConditionProperty-
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.mixins.preview.services.arczonalshift.mixins.CfnZonalAutoshiftConfigurationPropsMixin.ControlConditionProperty
CfnZonalAutoshiftConfigurationPropsMixin.ControlConditionProperty.Builder, CfnZonalAutoshiftConfigurationPropsMixin.ControlConditionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnZonalAutoshiftConfigurationPropsMixin.ControlConditionProperty.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 StringThe Amazon Resource Name (ARN) for an Amazon CloudWatch alarm that you specify as a control condition for a practice run.final StringgetType()The type of alarm specified for a practice run.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
protected Jsii$Proxy(CfnZonalAutoshiftConfigurationPropsMixin.ControlConditionProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnZonalAutoshiftConfigurationPropsMixin.ControlConditionProperty.Builder.
-
-
Method Details
-
getAlarmIdentifier
Description copied from interface:CfnZonalAutoshiftConfigurationPropsMixin.ControlConditionPropertyThe Amazon Resource Name (ARN) for an Amazon CloudWatch alarm that you specify as a control condition for a practice run.- Specified by:
getAlarmIdentifierin interfaceCfnZonalAutoshiftConfigurationPropsMixin.ControlConditionProperty- See Also:
-
getType
Description copied from interface:CfnZonalAutoshiftConfigurationPropsMixin.ControlConditionPropertyThe type of alarm specified for a practice run.You can only specify Amazon CloudWatch alarms for practice runs, so the only valid value is
CLOUDWATCH.- Specified by:
getTypein interfaceCfnZonalAutoshiftConfigurationPropsMixin.ControlConditionProperty- 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()
-