aws-cdk-lib.aws_lakeformation.CfnTagAssociation.LFTagPairProperty

interface LFTagPairProperty

LanguageType name
.NETAmazon.CDK.AWS.LakeFormation.CfnTagAssociation.LFTagPairProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslakeformation#CfnTagAssociation_LFTagPairProperty
Javasoftware.amazon.awscdk.services.lakeformation.CfnTagAssociation.LFTagPairProperty
Pythonaws_cdk.aws_lakeformation.CfnTagAssociation.LFTagPairProperty
TypeScript aws-cdk-lib » aws_lakeformation » CfnTagAssociation » LFTagPairProperty

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lakeformation as lakeformation } from 'aws-cdk-lib';
const lFTagPairProperty: lakeformation.CfnTagAssociation.LFTagPairProperty = {
  catalogId: 'catalogId',
  tagKey: 'tagKey',
  tagValues: ['tagValues'],
};

Properties

NameTypeDescription
catalogIdstringThe identifier for the Data Catalog .
tagKeystringThe key-name for the LF-tag.
tagValuesstring[]A list of possible values of the corresponding TagKey of an LF-tag key-value pair.

catalogId

Type: string

The identifier for the Data Catalog .

By default, it is the account ID of the caller.


tagKey

Type: string

The key-name for the LF-tag.


tagValues

Type: string[]

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