interface TagManagerOptions
Language | Type name |
---|---|
![]() | Amazon.CDK.TagManagerOptions |
![]() | github.com/aws/aws-cdk-go/awscdk/v2#TagManagerOptions |
![]() | software.amazon.awscdk.TagManagerOptions |
![]() | aws_cdk.TagManagerOptions |
![]() | 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
Name | Type | Description |
---|---|---|
tag | string | The 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