Interface ITaggableV2
Modernized version of ITaggable.
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITaggableV2
Syntax (vb)
Public Interface ITaggableV2
Remarks
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
.
Synopsis
Properties
CdkTagManager | TagManager to set, remove and format tags. |
Properties
CdkTagManager
TagManager to set, remove and format tags.
TagManager CdkTagManager { get; }
Property Value