aws-cdk-lib.ITaggableV2
interface ITaggableV2
Language | Type name |
---|---|
![]() | Amazon.CDK.ITaggableV2 |
![]() | github.com/aws/aws-cdk-go/awscdk/v2#ITaggableV2 |
![]() | software.amazon.awscdk.ITaggableV2 |
![]() | aws_cdk.ITaggableV2 |
![]() | aws-cdk-lib » ITaggableV2 |
Modernized version of ITaggable.
ITaggable
has a problem: for a number of L1 resources, we failed to generate
tags: TagManager
, and generated tags: 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 implement ITaggableV2
.
Properties
Name | Type | Description |
---|---|---|
cdk | Tag | TagManager to set, remove and format tags. |
cdkTagManager
Type:
Tag
TagManager to set, remove and format tags.