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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.CfnTopicRule.CloudwatchAlarmActionProperty
CfnTopicRule.CloudwatchAlarmActionProperty.Builder, CfnTopicRule.CloudwatchAlarmActionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTopicRule.CloudwatchAlarmActionProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The CloudWatch alarm name.final String
The IAM role that allows access to the CloudWatch alarm.final String
The reason for the alarm change.final String
The value of the alarm state.final int
hashCode()
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.CloudwatchAlarmActionProperty
The CloudWatch alarm name.- Specified by:
getAlarmName
in interfaceCfnTopicRule.CloudwatchAlarmActionProperty
-
getRoleArn
Description copied from interface:CfnTopicRule.CloudwatchAlarmActionProperty
The IAM role that allows access to the CloudWatch alarm.- Specified by:
getRoleArn
in interfaceCfnTopicRule.CloudwatchAlarmActionProperty
-
getStateReason
Description copied from interface:CfnTopicRule.CloudwatchAlarmActionProperty
The reason for the alarm change.- Specified by:
getStateReason
in interfaceCfnTopicRule.CloudwatchAlarmActionProperty
-
getStateValue
Description copied from interface:CfnTopicRule.CloudwatchAlarmActionProperty
The value of the alarm state.Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.
- Specified by:
getStateValue
in interfaceCfnTopicRule.CloudwatchAlarmActionProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-