tag_association
Gets an individual tag_association
resource
Overview
Name | tag_association |
Type | Resource |
Description | tag_association |
Id | awscc.lakeformation.tag_association |
Fields
Name | Datatype | Description |
---|---|---|
resource | object | Resource to tag with the Lake Formation Tags |
lf_tags | array | List of Lake Formation Tags to associate with the Lake Formation Resource |
resource_identifier | string | Unique string identifying the resource. Used as primary identifier, which ideally should be a string |
tags_identifier | string | Unique string identifying the resource's tags. Used as primary identifier, which ideally should be a string |
region | string | AWS 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