TagReference

class aws_cdk.aws_lakeformation.TagReference(*, tag_key)

Bases: object

A reference to a Tag resource.

Parameters:

tag_key (str) – The TagKey of the Tag 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 import aws_lakeformation as lakeformation

tag_reference = lakeformation.TagReference(
    tag_key="tagKey"
)

Attributes

tag_key

The TagKey of the Tag resource.