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.
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.