pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.lakeformation.kotlin.outputs
/
TagAssociationLfTagPair
Tag
Association
Lf
Tag
Pair
data
class
TagAssociationLfTagPair
(
val
catalogId
:
String
,
val
tagKey
:
String
,
val
tagValues
:
List
<
String
>
)
Types
Constructors
Properties
Constructors
Tag
Association
Lf
Tag
Pair
Link copied to clipboard
fun
TagAssociationLfTagPair
(
catalogId
:
String
,
tagKey
:
String
,
tagValues
:
List
<
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
catalog
Id
Link copied to clipboard
val
catalogId
:
String
tag
Key
Link copied to clipboard
val
tagKey
:
String
tag
Values
Link copied to clipboard
val
tagValues
:
List
<
String
>