TopicRuleErrorActionTimestreamArgs

data class TopicRuleErrorActionTimestreamArgs(val databaseName: Output<String>, val dimensions: Output<List<TopicRuleErrorActionTimestreamDimensionArgs>>, val roleArn: Output<String>, val tableName: Output<String>, val timestamp: Output<TopicRuleErrorActionTimestreamTimestampArgs>? = null) : ConvertibleToJava<TopicRuleErrorActionTimestreamArgs>

Constructors

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

Properties

Link copied to clipboard
val databaseName: Output<String>

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
val roleArn: Output<String>

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

Link copied to clipboard
val tableName: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): TopicRuleErrorActionTimestreamArgs