TopicRuleTimestreamActionArgs

data class TopicRuleTimestreamActionArgs(val databaseName: Output<String>, val dimensions: Output<List<TopicRuleTimestreamDimensionArgs>>, val roleArn: Output<String>, val tableName: Output<String>, val timestamp: Output<TopicRuleTimestreamTimestampArgs>? = null) : ConvertibleToJava<TopicRuleTimestreamActionArgs>

Constructors

Link copied to clipboard
fun TopicRuleTimestreamActionArgs(databaseName: Output<String>, dimensions: Output<List<TopicRuleTimestreamDimensionArgs>>, roleArn: Output<String>, tableName: Output<String>, timestamp: Output<TopicRuleTimestreamTimestampArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val databaseName: Output<String>
Link copied to clipboard
Link copied to clipboard
val roleArn: Output<String>
Link copied to clipboard
val tableName: Output<String>
Link copied to clipboard