@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:35.950Z") @Stability(value=Stable) public interface TagManagerOptions extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
TagManagerOptions.Builder
A builder for
TagManagerOptions |
static class |
TagManagerOptions.Jsii$Proxy
An implementation for
TagManagerOptions |
| Modifier and Type | Method and Description |
|---|---|
static TagManagerOptions.Builder |
builder() |
default String |
getTagPropertyName()
The name of the property in CloudFormation for these tags.
|
@Stability(value=Stable) @Nullable default String getTagPropertyName()
Normally this is tags, but Cognito UserPool uses UserPoolTags
Default: "tags"
@Stability(value=Stable) static TagManagerOptions.Builder builder()
TagManagerOptions.Builder of TagManagerOptionsCopyright © 2022. All rights reserved.