ITaggableV2
- class aws_cdk.ITaggableV2(*args, **kwargs)
Bases:
Protocol
Modernized version of ITaggable.
ITaggable
has a problem: for a number of L1 resources, we failed to generatetags: TagManager
, and generatedtags: CfnSomeResource.TagProperty[]
instead.To mark these resources as taggable, we need to put the
TagManager
in a new property whose name is unlikely to conflict with any existing properties. Hence, a new interface for that purpose. All future resources will implementITaggableV2
.Attributes
- cdk_tag_manager
TagManager to set, remove and format tags.