Class CfnTopicRule.TimestreamActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnTopicRule.TimestreamActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRule.TimestreamActionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopicRule.TimestreamActionProperty
@Stability(Stable)
@Internal
public static final class CfnTopicRule.TimestreamActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicRule.TimestreamActionProperty
An implementation for
CfnTopicRule.TimestreamActionProperty
-
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.TimestreamActionProperty
CfnTopicRule.TimestreamActionProperty.Builder, CfnTopicRule.TimestreamActionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTopicRule.TimestreamActionProperty.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 name of an Amazon Timestream database that has the table to write records into.final Object
Metadata attributes of the time series that are written in each measure record.final String
The Amazon Resource Name (ARN) of the role that grants AWS IoT permission to write to the Timestream database table.final String
The table where the message data will be written.final Object
The value to use for the entry's timestamp.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.TimestreamActionProperty.Builder
.
-
-
Method Details
-
getDatabaseName
Description copied from interface:CfnTopicRule.TimestreamActionProperty
The name of an Amazon Timestream database that has the table to write records into.- Specified by:
getDatabaseName
in interfaceCfnTopicRule.TimestreamActionProperty
- See Also:
-
getDimensions
Description copied from interface:CfnTopicRule.TimestreamActionProperty
Metadata attributes of the time series that are written in each measure record.- Specified by:
getDimensions
in interfaceCfnTopicRule.TimestreamActionProperty
- See Also:
-
getRoleArn
Description copied from interface:CfnTopicRule.TimestreamActionProperty
The Amazon Resource Name (ARN) of the role that grants AWS IoT permission to write to the Timestream database table.- Specified by:
getRoleArn
in interfaceCfnTopicRule.TimestreamActionProperty
- See Also:
-
getTableName
Description copied from interface:CfnTopicRule.TimestreamActionProperty
The table where the message data will be written.- Specified by:
getTableName
in interfaceCfnTopicRule.TimestreamActionProperty
- See Also:
-
getTimestamp
Description copied from interface:CfnTopicRule.TimestreamActionProperty
The value to use for the entry's timestamp.If blank, the time that the entry was processed is used.
- Specified by:
getTimestamp
in interfaceCfnTopicRule.TimestreamActionProperty
- 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()
-