ResourceLfTagLfTagArgs

data class ResourceLfTagLfTagArgs(val catalogId: Output<String>? = null, val key: Output<String>, val value: Output<String>) : ConvertibleToJava<ResourceLfTagLfTagArgs>

Constructors

Link copied to clipboard
constructor(catalogId: Output<String>? = null, key: Output<String>, value: Output<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>

Key name for an existing LF-tag.

Link copied to clipboard
val value: Output<String>

Value from the possible values for the LF-tag. The following argument is optional:

Functions

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