StreamKeyTagArgs

data class StreamKeyTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<StreamKeyTagArgs>

Constructors

Link copied to clipboard
fun StreamKeyTagArgs(key: Output<String>, value: Output<String>)

Functions

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

Properties

Link copied to clipboard
val key: Output<String>
Link copied to clipboard
val value: Output<String>