AWS Fundamentals Logo
AWS Fundamentals
AWS::LakeFormation::TagAssociation

LakeFormation TagAssociation

A resource schema representing a Lake Formation Tag Association. While tag associations are not explicit Lake Formation resources, this CloudFormation resource can be used to associate tags with Lake Formation entities.

Properties

2 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
LFTags
array
RequiredCreate-only
Resource
Resource
RequiredCreate-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ResourceIdentifierstringUnique string identifying the resource. Used as primary identifier, which ideally should be a string
TagsIdentifierstringUnique string identifying the resource's tags. Used as primary identifier, which ideally should be a string

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::LakeFormation::TagAssociation

Resources:
  MyResource:
    Type: AWS::LakeFormation::TagAssociation
    Properties:
      Resource: "value"
      LFTags: "value"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

lakeformation:AddLFTagsToResourceglue:GetDatabaseglue:GetTable

read

lakeformation:GetResourceLFTagsglue:GetDatabaseglue:GetTable

delete

lakeformation:RemoveLFTagsFromResourceglue:GetDatabaseglue:GetTable

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceLakeFormation
Properties4
Required2
TaggingNot supported
Primary IDResourceIdentifier

Supported Operations

CreateReadDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ResourceLFTags

External Links