aws-cdk-lib.ITaggable

interface ITaggable

LanguageType name
.NETAmazon.CDK.ITaggable
Gogithub.com/aws/aws-cdk-go/awscdk/v2#ITaggable
Javasoftware.amazon.awscdk.ITaggable
Pythonaws_cdk.ITaggable
TypeScript (source)aws-cdk-lib » ITaggable

Implemented by DefaultStagingStack, FargateComputeEnvironment, ManagedEc2EcsComputeEnvironment, ManagedEc2EksComputeEnvironment, DnsValidatedCertificate, FargateProfile, KubectlProvider, ProductStack, NestedStack, Stack, IntegTestCaseStack

Interface to implement tags.

Properties

NameTypeDescription
tagsTagManagerTagManager to set, remove and format tags.

tags

Type: TagManager

TagManager to set, remove and format tags.