tag
Gets an individual tag
resource
Overview
Name | tag |
Type | Resource |
Description | tag |
Id | awscc.lakeformation.tag |
Fields
Name | Datatype | Description |
---|---|---|
catalog_id | 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. |
tag_key | string | The key-name for the LF-tag. |
tag_values | array | A list of possible values an attribute can take. |
region | string | AWS 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