aws-cdk-lib.aws_lakeformation.CfnTagProps

interface CfnTagProps

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

Properties for defining a CfnTag.

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 cfnTagProps: lakeformation.CfnTagProps = {
  tagKey: 'tagKey',
  tagValues: ['tagValues'],

  // the properties below are optional
  catalogId: 'catalogId',
};

Properties

NameTypeDescription
tagKeystringUTF-8 string, not less than 1 or more than 255 bytes long, matching the single-line string pattern .
tagValuesstring[]An array of UTF-8 strings, not less than 1 or more than 50 strings.
catalogId?stringCatalog id string, not less than 1 or more than 255 bytes long, matching the single-line string pattern .

tagKey

Type: string

UTF-8 string, not less than 1 or more than 255 bytes long, matching the single-line string pattern .

The key-name for the LF-tag.


tagValues

Type: string[]

An array of UTF-8 strings, not less than 1 or more than 50 strings.

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


catalogId?

Type: string (optional)

Catalog id string, not less than 1 or more than 255 bytes long, matching the single-line string pattern .

The identifier for the Data Catalog . By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment.