Skip to main content

tag

Gets an individual tag resource

Overview

Nametag
TypeResource
Descriptiontag
Idawscc.lakeformation.tag

Fields

NameDatatypeDescription
catalog_idstringThe 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.
tag_keystringThe key-name for the LF-tag.
tag_valuesarrayA list of possible values an attribute can take.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
catalog_id,
tag_key,
tag_values
FROM awscc.lakeformation.tag
WHERE data__Identifier = '<TagKey>';

Permissions

To operate on the tag resource, the following permissions are required:

Read

lakeformation:GetLFTag

Update

lakeformation:UpdateLFTag

Delete

lakeformation:DeleteLFTag