Topic Rule Timestream Args
data class TopicRuleTimestreamArgs(val databaseName: Output<String>, val dimensions: Output<List<TopicRuleTimestreamDimensionArgs>>, val roleArn: Output<String>, val tableName: Output<String>, val timestamp: Output<TopicRuleTimestreamTimestampArgs>? = null) : ConvertibleToJava<TopicRuleTimestreamArgs>
Constructors
Link copied to clipboard
fun TopicRuleTimestreamArgs(databaseName: Output<String>, dimensions: Output<List<TopicRuleTimestreamDimensionArgs>>, roleArn: Output<String>, tableName: Output<String>, timestamp: Output<TopicRuleTimestreamTimestampArgs>? = null)