FlowTagArgs

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

A label for tagging AppFlow resources

Constructors

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

Functions

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

Properties

Link copied to clipboard
val key: Output<String>

A string used to identify this tag

Link copied to clipboard
val value: Output<String>

A string containing the value for the tag