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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.CfnTopicRule.CloudwatchMetricActionProperty
CfnTopicRule.CloudwatchMetricActionProperty.Builder, CfnTopicRule.CloudwatchMetricActionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTopicRule.CloudwatchMetricActionProperty.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 metric name.final String
The CloudWatch metric namespace name.final String
An optional Unix timestamp .final String
The metric unit supported by CloudWatch.final String
The CloudWatch metric value.final String
The IAM role that allows access to the CloudWatch metric.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.CloudwatchMetricActionProperty.Builder
.
-
-
Method Details
-
getMetricName
Description copied from interface:CfnTopicRule.CloudwatchMetricActionProperty
The CloudWatch metric name.- Specified by:
getMetricName
in interfaceCfnTopicRule.CloudwatchMetricActionProperty
- See Also:
-
getMetricNamespace
Description copied from interface:CfnTopicRule.CloudwatchMetricActionProperty
The CloudWatch metric namespace name.- Specified by:
getMetricNamespace
in interfaceCfnTopicRule.CloudwatchMetricActionProperty
- See Also:
-
getMetricUnit
Description copied from interface:CfnTopicRule.CloudwatchMetricActionProperty
The metric unit supported by CloudWatch.- Specified by:
getMetricUnit
in interfaceCfnTopicRule.CloudwatchMetricActionProperty
- See Also:
-
getMetricValue
Description copied from interface:CfnTopicRule.CloudwatchMetricActionProperty
The CloudWatch metric value.- Specified by:
getMetricValue
in interfaceCfnTopicRule.CloudwatchMetricActionProperty
- See Also:
-
getRoleArn
Description copied from interface:CfnTopicRule.CloudwatchMetricActionProperty
The IAM role that allows access to the CloudWatch metric.- Specified by:
getRoleArn
in interfaceCfnTopicRule.CloudwatchMetricActionProperty
- See Also:
-
getMetricTimestamp
Description copied from interface:CfnTopicRule.CloudwatchMetricActionProperty
An optional Unix timestamp .- Specified by:
getMetricTimestamp
in interfaceCfnTopicRule.CloudwatchMetricActionProperty
- See Also:
-
$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()
-