TagReference

class aws_cdk.interfaces.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.interfaces import aws_lakeformation as interfaces_lakeformation

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

Attributes

tag_key

The TagKey of the Tag resource.