PermissionsLfTagArgs

data class PermissionsLfTagArgs(val catalogId: Output<String>? = null, val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<PermissionsLfTagArgs>

Constructors

Link copied to clipboard
constructor(catalogId: Output<String>? = null, key: Output<String>, values: Output<List<String>>)

Properties

Link copied to clipboard
val catalogId: Output<String>? = null

Identifier for the Data Catalog. By default, it is the account ID of the caller.

Link copied to clipboard
val key: Output<String>

The key-name for the tag.

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

A list of possible values an attribute can take. The following argument is optional:

Functions

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