Tag

class Tag : KotlinCustomResource

A resource schema representing a Lake Formation Tag.

Properties

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

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 id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
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 an attribute can take.

Link copied to clipboard
val urn: Output<String>