ITaggableV2
- class aws_cdk.ITaggableV2(*args, **kwargs)
Bases:
ProtocolModernized version of ITaggable.
ITaggablehas 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
TagManagerin 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.