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