aws-cdk-lib.aws_lakeformation.CfnPrincipalPermissions.LFTagProperty

interface LFTagProperty

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

The LF-tag key and values attached to 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 lFTagProperty: lakeformation.CfnPrincipalPermissions.LFTagProperty = {
  tagKey: 'tagKey',
  tagValues: ['tagValues'],
};

Properties

NameTypeDescription
tagKey?stringThe key-name for the LF-tag.
tagValues?string[]A list of possible values of the corresponding TagKey of an LF-tag key-value pair.

tagKey?

Type: string (optional)

The key-name for the LF-tag.


tagValues?

Type: string[] (optional)

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