aws-cdk-lib.TagManagerOptions

interface TagManagerOptions

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

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 * as cdk from 'aws-cdk-lib';
const tagManagerOptions: cdk.TagManagerOptions = {
  tagPropertyName: 'tagPropertyName',
};

Properties

NameTypeDescription
tagPropertyName?stringThe name of the property in CloudFormation for these tags.

tagPropertyName?

Type: string (optional, default: "tags")

The name of the property in CloudFormation for these tags.

Normally this is tags, but Cognito UserPool uses UserPoolTags