aws-cdk-lib.aws_lakeformation.CfnPrincipalPermissions.LFTagKeyResourceProperty

interface LFTagKeyResourceProperty

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

A structure containing an LF-tag key and values for a resource.

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 lFTagKeyResourceProperty: lakeformation.CfnPrincipalPermissions.LFTagKeyResourceProperty = {
  catalogId: 'catalogId',
  tagKey: 'tagKey',
  tagValues: ['tagValues'],
};

Properties

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

catalogId

Type: string

The identifier for the Data Catalog where the location is registered with Data Catalog .


tagKey

Type: string

The key-name for the LF-tag.


tagValues

Type: string[]

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