tags
Retrieves a list of tags
in a region
Overview
Name | tags |
Type | Resource |
Description | tags |
Id | awscc.lakeformation.tags |
Fields
Name | Datatype | Description |
---|---|---|
tag_key | undefined | The key-name for the LF-tag. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
tag_key
FROM awscc.lakeformation.tags
WHERE region = 'us-east-1'
Permissions
To operate on the tags
resource, the following permissions are required:
Create
lakeformation:CreateLFTag
List
lakeformation:ListLFTags