TagAssociationReference
- class aws_cdk.interfaces.aws_lakeformation.TagAssociationReference(*, resource_identifier, tags_identifier)
Bases:
objectA reference to a TagAssociation resource.
- Parameters:
resource_identifier (
str) – The ResourceIdentifier of the TagAssociation resource.tags_identifier (
str) – The TagsIdentifier of the TagAssociation resource.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.interfaces import aws_lakeformation as interfaces_lakeformation tag_association_reference = interfaces_lakeformation.TagAssociationReference( resource_identifier="resourceIdentifier", tags_identifier="tagsIdentifier" )
Attributes
- resource_identifier
The ResourceIdentifier of the TagAssociation resource.
- tags_identifier
The TagsIdentifier of the TagAssociation resource.