TagManagerOptions
Options to configure TagManager behavior.
Initializer
import { TagManagerOptions } from '@alicloud/ros-cdk-core'
const tagManagerOptions: TagManagerOptions = { ... }
Properties
Name | Type | Description |
---|---|---|
tagPropertyName |
string |
The name of the property in ROS for these tags. |
tagPropertyName
Optional
public readonly tagPropertyName: string;
- Type: string
- Default: "tags"
The name of the property in ROS for these tags.
Normally this is tags
, but Cognito UserPool uses UserPoolTags