Skip to content

TagManagerOptions

Options to configure TagManager behavior.

Initializer

import com.aliyun.ros.cdk.core.TagManagerOptions;
TagManagerOptions.builder()
//  .tagPropertyName(java.lang.String)
    .build();

Properties

Name Type Description
tagPropertyName java.lang.String The name of the property in ROS for these tags.

tagPropertyNameOptional

public java.lang.String getTagPropertyName();
  • Type: java.lang.String
  • Default: "tags"

The name of the property in ROS for these tags.

Normally this is tags, but Cognito UserPool uses UserPoolTags