AWS::LakeFormation::TagAssociationThe `AWS::LakeFormation::TagAssociation` resource represents an assignment of an LF-tag to a Data Catalog resource (database, table, or column). During a stack operation, CloudFormation calls AWS Lake Formation `AddLFTagsToResource` API to create a `TagAssociation` resource and calls the `RemoveLFTagsToResource` API to delete it.
import { CfnTagAssociation } from 'aws-cdk-lib/aws-lakeformation';Or use the module namespace:
import * as lakeformation from 'aws-cdk-lib/aws-lakeformation';
// lakeformation.CfnTagAssociationConfiguration passed to the constructor as CfnTagAssociationProps.
lfTagsRequiredIResolvable | IResolvable | LFTagPairProperty[]A structure containing an LF-tag key-value pair.
resourceRequiredIResolvable | ResourcePropertyUTF-8 string (valid values: `DATABASE | TABLE` ). The resource for which the LF-tag policy applies.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-lakeformationAWS::LakeFormation::TagAssociation