TopicRuleTimestreamAction

data class TopicRuleTimestreamAction(val databaseName: String, val dimensions: List<TopicRuleTimestreamDimension>, val roleArn: String, val tableName: String, val timestamp: TopicRuleTimestreamTimestamp? = null)

Constructors

Link copied to clipboard
constructor(databaseName: String, dimensions: List<TopicRuleTimestreamDimension>, roleArn: String, tableName: String, timestamp: TopicRuleTimestreamTimestamp? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of an Amazon Timestream database that has the table to write records into.

Link copied to clipboard

Metadata attributes of the time series that are written in each measure record.

Link copied to clipboard

The Amazon Resource Name (ARN) of the role that grants AWS IoT permission to write to the Timestream database table.

Link copied to clipboard

The table where the message data will be written.

Link copied to clipboard

The value to use for the entry's timestamp. If blank, the time that the entry was processed is used.