TagArgs

data class TagArgs(val catalogId: Output<String>? = null, val tagKey: Output<String>? = null, val tagValues: Output<List<String>>? = null) : ConvertibleToJava<TagArgs>

A resource schema representing a Lake Formation Tag.

Constructors

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

Properties

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

The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.

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

The key-name for the LF-tag.

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

A list of possible values an attribute can take.

Functions

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