toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
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
>
)
Members
Constructors
Tag
Association
Lf
Tag
Pair
Link copied to clipboard
constructor
(
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
>