Topic Rule Timestream Action Args
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)