Package software.amazon.awscdk
Interface TagManagerOptions
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
TagManagerOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-17T14:40:43.945Z")
@Stability(Stable)
public interface TagManagerOptions
extends software.amazon.jsii.JsiiSerializable
Options to configure TagManager behavior.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.*;
TagManagerOptions tagManagerOptions = TagManagerOptions.builder()
.tagPropertyName("tagPropertyName")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forTagManagerOptionsstatic final classAn implementation forTagManagerOptions -
Method Summary
Modifier and TypeMethodDescriptionstatic TagManagerOptions.Builderbuilder()default StringThe name of the property in CloudFormation for these tags.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTagPropertyName
The name of the property in CloudFormation for these tags.Normally this is
tags, but Cognito UserPool uses UserPoolTagsDefault: "tags"
-
builder
- Returns:
- a
TagManagerOptions.BuilderofTagManagerOptions
-