TimestreamAction

The Timestream rule action writes attributes (measures) from an MQTT message into an Amazon Timestream table. For more information, see the Timestream topic rule action documentation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of an Amazon Timestream database.

Link copied to clipboard

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

Link copied to clipboard

The ARN of the role that grants permission to write to the Amazon Timestream database table.

Link copied to clipboard

The name of the database table into which to write the measure records.

Link copied to clipboard

Specifies an application-defined value to replace the default value assigned to the Timestream record's timestamp in the time column.

Functions

Link copied to clipboard
inline fun copy(block: TimestreamAction.Builder.() -> Unit = {}): TimestreamAction
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String