Class CfnTopicRule.CloudwatchMetricActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnTopicRule.CloudwatchMetricActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRule.CloudwatchMetricActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnTopicRule.CloudwatchMetricActionProperty
@Stability(Stable)
@Internal
public static final class CfnTopicRule.CloudwatchMetricActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicRule.CloudwatchMetricActionProperty
An implementation for
CfnTopicRule.CloudwatchMetricActionProperty-
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.CloudwatchMetricActionProperty
CfnTopicRule.CloudwatchMetricActionProperty.Builder, CfnTopicRule.CloudwatchMetricActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTopicRule.CloudwatchMetricActionProperty.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 metric name.final StringThe CloudWatch metric namespace name.final StringAn optional Unix timestamp .final StringThe metric unit supported by CloudWatch.final StringThe CloudWatch metric value.final StringThe IAM role that allows access to the CloudWatch metric.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.CloudwatchMetricActionProperty.Builder.
-
-
Method Details
-
getMetricName
Description copied from interface:CfnTopicRule.CloudwatchMetricActionPropertyThe CloudWatch metric name.- Specified by:
getMetricNamein interfaceCfnTopicRule.CloudwatchMetricActionProperty
-
getMetricNamespace
Description copied from interface:CfnTopicRule.CloudwatchMetricActionPropertyThe CloudWatch metric namespace name.- Specified by:
getMetricNamespacein interfaceCfnTopicRule.CloudwatchMetricActionProperty
-
getMetricUnit
Description copied from interface:CfnTopicRule.CloudwatchMetricActionPropertyThe metric unit supported by CloudWatch.- Specified by:
getMetricUnitin interfaceCfnTopicRule.CloudwatchMetricActionProperty
-
getMetricValue
Description copied from interface:CfnTopicRule.CloudwatchMetricActionPropertyThe CloudWatch metric value.- Specified by:
getMetricValuein interfaceCfnTopicRule.CloudwatchMetricActionProperty
-
getRoleArn
Description copied from interface:CfnTopicRule.CloudwatchMetricActionPropertyThe IAM role that allows access to the CloudWatch metric.- Specified by:
getRoleArnin interfaceCfnTopicRule.CloudwatchMetricActionProperty
-
getMetricTimestamp
Description copied from interface:CfnTopicRule.CloudwatchMetricActionPropertyAn optional Unix timestamp .- Specified by:
getMetricTimestampin interfaceCfnTopicRule.CloudwatchMetricActionProperty
-
$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()
-