TopicRuleErrorActionTimestreamDimensionArgs

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

Constructors

Functions

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

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.