AWS Fundamentals Logo
AWS Fundamentals
AWS::LakeFormation::Tag

LakeFormation Tag

A resource schema representing a Lake Formation Tag.

Properties

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

Filter:
PropertyTypeFlags
TagKey
string
RequiredCreate-only
TagValues
array
Required
CatalogId
string
Create-only

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::Tag

Resources:
  MyResource:
    Type: AWS::LakeFormation::Tag
    Properties:
      TagKey: "value"
      TagValues: "value"

Required IAM Permissions

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

create

lakeformation:CreateLFTaglakeformation:GetLFTag

read

lakeformation:GetLFTag

update

lakeformation:UpdateLFTaglakeformation:GetLFTag

delete

lakeformation:DeleteLFTag

list

lakeformation:ListLFTags

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
Properties3
Required2
TaggingNot supported
Primary IDTagKey

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

CatalogIdTagKey

External Links