AWS::LakeFormation::TagAssociationA 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.
2 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
LFTags | array | RequiredCreate-only |
Resource | Resource | RequiredCreate-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ResourceIdentifier | string | Unique string identifying the resource. Used as primary identifier, which ideally should be a string |
TagsIdentifier | string | Unique string identifying the resource's tags. Used as primary identifier, which ideally should be a string |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::LakeFormation::TagAssociation
Resources:
MyResource:
Type: AWS::LakeFormation::TagAssociation
Properties:
Resource: "value"
LFTags: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
lakeformation:AddLFTagsToResourceglue:GetDatabaseglue:GetTablelakeformation:GetResourceLFTagsglue:GetDatabaseglue:GetTablelakeformation:RemoveLFTagsFromResourceglue:GetDatabaseglue:GetTableOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterResourceIdentifierThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ResourceLFTags