TopicRuleErrorActionTimestream

data class TopicRuleErrorActionTimestream(val databaseName: String, val dimensions: List<TopicRuleErrorActionTimestreamDimension>, val roleArn: String, val tableName: String, val timestamp: TopicRuleErrorActionTimestreamTimestamp? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of an Amazon Timestream database.

Link copied to clipboard

Configuration blocks with metadata attributes of the time series that are written in each measure record. Nested arguments below.

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

Configuration block specifying an application-defined value to replace the default value assigned to the Timestream record's timestamp in the time column. Nested arguments below.