interface TagReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.LakeFormation.TagReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslakeformation#TagReference |
![]() | software.amazon.awscdk.services.lakeformation.TagReference |
![]() | aws_cdk.aws_lakeformation.TagReference |
![]() | aws-cdk-lib » aws_lakeformation » TagReference |
A reference to a Tag 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 tagReference: lakeformation.TagReference = {
tagKey: 'tagKey',
};
Properties
Name | Type | Description |
---|---|---|
tag | string | The TagKey of the Tag resource. |
tagKey
Type:
string
The TagKey of the Tag resource.