Class CfnTopicRulePropsMixin.CloudwatchAlarmActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnTopicRulePropsMixin.CloudwatchAlarmActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRulePropsMixin.CloudwatchAlarmActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopicRulePropsMixin.CloudwatchAlarmActionProperty
@Stability(Stable)
@Internal
public static final class CfnTopicRulePropsMixin.CloudwatchAlarmActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicRulePropsMixin.CloudwatchAlarmActionProperty
An implementation for
CfnTopicRulePropsMixin.CloudwatchAlarmActionProperty-
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.iot.CfnTopicRulePropsMixin.CloudwatchAlarmActionProperty
CfnTopicRulePropsMixin.CloudwatchAlarmActionProperty.Builder, CfnTopicRulePropsMixin.CloudwatchAlarmActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTopicRulePropsMixin.CloudwatchAlarmActionProperty.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 CloudWatch alarm name.final StringThe IAM role that allows access to the CloudWatch alarm.final StringThe reason for the alarm change.final StringThe value of the alarm state.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 theCfnTopicRulePropsMixin.CloudwatchAlarmActionProperty.Builder.
-
-
Method Details
-
getAlarmName
Description copied from interface:CfnTopicRulePropsMixin.CloudwatchAlarmActionPropertyThe CloudWatch alarm name.- Specified by:
getAlarmNamein interfaceCfnTopicRulePropsMixin.CloudwatchAlarmActionProperty- See Also:
-
getRoleArn
Description copied from interface:CfnTopicRulePropsMixin.CloudwatchAlarmActionPropertyThe IAM role that allows access to the CloudWatch alarm.- Specified by:
getRoleArnin interfaceCfnTopicRulePropsMixin.CloudwatchAlarmActionProperty- See Also:
-
getStateReason
Description copied from interface:CfnTopicRulePropsMixin.CloudwatchAlarmActionPropertyThe reason for the alarm change.- Specified by:
getStateReasonin interfaceCfnTopicRulePropsMixin.CloudwatchAlarmActionProperty- See Also:
-
getStateValue
Description copied from interface:CfnTopicRulePropsMixin.CloudwatchAlarmActionPropertyThe value of the alarm state.Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.
- Specified by:
getStateValuein interfaceCfnTopicRulePropsMixin.CloudwatchAlarmActionProperty- 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()
-