PrincipalPermissionsLfTagKeyResourceArgs

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

A structure containing an LF-tag key and values for a resource.

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>

The identifier for the GLUDC where the location is registered with GLUDC.

Link copied to clipboard
val tagKey: Output<String>

The key-name for the LF-tag.

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

A list of possible values for the corresponding `TagKey` of an LF-tag key-value pair.

Functions

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