TopicRuleTimestreamDimensionArgs

data class TopicRuleTimestreamDimensionArgs(val name: Output<String>, val value: Output<String>) : ConvertibleToJava<TopicRuleTimestreamDimensionArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The metadata dimension name. This is the name of the column in the Amazon Timestream database table record.

Link copied to clipboard
val value: Output<String>

The value to write in this column of the database record.

Functions

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