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