Skip to main content

tag_association

Gets an individual tag_association resource

Overview

Nametag_association
TypeResource
Descriptiontag_association
Idawscc.lakeformation.tag_association

Fields

NameDatatypeDescription
resourceobjectResource to tag with the Lake Formation Tags
lf_tagsarrayList of Lake Formation Tags to associate with the Lake Formation Resource
resource_identifierstringUnique string identifying the resource. Used as primary identifier, which ideally should be a string
tags_identifierstringUnique string identifying the resource's tags. Used as primary identifier, which ideally should be a string
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
resource,
lf_tags,
resource_identifier,
tags_identifier
FROM awscc.lakeformation.tag_association
WHERE data__Identifier = '<ResourceIdentifier>|<TagsIdentifier>';

Permissions

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

Read

lakeformation:GetResourceLFTags,
glue:GetDatabase,
glue:GetTable

Delete

lakeformation:RemoveLFTagsFromResource,
glue:GetDatabase,
glue:GetTable