Skip to main content

tags

Retrieves a list of tags in a region

Overview

Nametags
TypeResource
Descriptiontags
Idawscc.lakeformation.tags

Fields

NameDatatypeDescription
tag_keyundefinedThe key-name for the LF-tag.
regionstringAWS 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