Stream Tag Args
data class StreamTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<StreamTagArgs>
An arbitrary set of tags (key-value pairs) to associate with the Kinesis stream.
An arbitrary set of tags (key-value pairs) to associate with the Kinesis stream.