Package software.amazon.awscdk.core
Interface ITaggable
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ITaggable.Jsii$Default
- All Known Implementing Classes:
DnsValidatedCertificate
,FargateProfile
,IntegTestCaseStack
,ITaggable.Jsii$Proxy
,KubectlProvider
,NestedStack
,NestedStack
,ProductStack
,Stack
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:29:55.079Z")
@Stability(Stable)
public interface ITaggable
extends software.amazon.jsii.JsiiSerializable
Interface to implement tags.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forITaggable
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTags
TagManager to set, remove and format tags.
-