AWS::LakeFormation::TagAssociation LFTagPair - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::LakeFormation::TagAssociation LFTagPair

A structure containing the catalog ID, tag key, and tag values of an LF-tag key-value pair.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "CatalogId" : String, "TagKey" : String, "TagValues" : [ String, ... ] }

YAML

CatalogId: String TagKey: String TagValues: - String

Properties

CatalogId

The identifier for the Data Catalog. By default, it is the account ID of the caller.

Required: Yes

Type: String

Minimum: 12

Maximum: 12

Update requires: Replacement

TagKey

The key-name for the LF-tag.

Required: Yes

Type: String

Minimum: 1

Maximum: 128

Update requires: Replacement

TagValues

A list of possible values of the corresponding TagKey of an LF-tag key-value pair.

Required: Yes

Type: Array of String

Minimum: 1

Maximum: 50

Update requires: Replacement