TagAssociationLfTagPairArgs

data class TagAssociationLfTagPairArgs(val catalogId: Output<String>, val tagKey: Output<String>, val tagValues: Output<List<String>>) : ConvertibleToJava<TagAssociationLfTagPairArgs>

Constructors

Link copied to clipboard
constructor(catalogId: Output<String>, tagKey: Output<String>, tagValues: Output<List<String>>)

Properties

Link copied to clipboard
val catalogId: Output<String>
Link copied to clipboard
val tagKey: Output<String>
Link copied to clipboard
val tagValues: Output<List<String>>

Functions

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