Skip to content

TagManagerOptions

Options to configure TagManager behavior.

Initializer

using AlibabaCloud.SDK.ROS.CDK.Core;
new TagManagerOptions {
    string TagPropertyName = null
};

Properties

Name Type Description
TagPropertyName string The name of the property in ROS for these tags.

TagPropertyNameOptional

public string TagPropertyName { get; set; }
  • Type: string
  • Default: "tags"

The name of the property in ROS for these tags.

Normally this is tags, but Cognito UserPool uses UserPoolTags