All Products
Search
Document Center

Resource Management:Services that work with Tag

Last Updated:Jul 31, 2023

This topic describes how to view the Alibaba Cloud services that can work with the Tag service, including the resource types that support tags and the tag-related capability items.

View the resource types that support tags and the tag-related capability items in the Resource Management console

  1. Log on to the Resource Management console. The Tags page appears.

  2. On the Tags page, click the Resource Tagging Capabilities tab.

  3. View the resource types that support tags and the tag-related capability items.

    标签能力项

    For more information about the tag-related capability items, see Tag-related capability items.

View the resource types that support tags and the tag-related capability items by calling the related API operation

You can call the ListSupportResourceTypes operation to view the resource types that support tags and the tag-related capability items. For more information about the tag-related capability items, see Tag-related capability items.

Tag-related capability items

Tag-related capability item

Code of a tag-related capability item

Description

Tag Console Support

TAG_CONSOLE_SUPPORT

Specifies whether a resource type is supported by the Resource Management console.

Cloud Resource Console Support

CLOUD_RESOURCE_CONSOLE_SUPPORT

Specifies whether the console of a service supports tags.

Tag Ram Support

TAG_RAM_SUPPORT

Specifies whether tags can be used to verify the permissions of users on resources of a specific type.

Examples:

Cloud Resource API Support

CLOUD_RESOURCE_API_SUPPORT

Specifies whether the API operations that are used to query resources support tags.

For example, the DescribeInstances operation provided by ECS can be used to query the tags that are added to ECS instances.

Tag API Support

TAG_API_SUPPORT

Specifies whether a resource type is supported by tag-related API operations.

Tag-related API operations include the following operations:

CreatedBy Tag Console Support

CREATED_BY_TAG_CONSOLE_SUPPORT

Specifies whether the console of a service supports createdby tags.

Tag Policy Preventative Check Support

TAG_POLICY_PREVENTATIVE_CHECK_SUPPORT

Specifies whether the pre-detection feature of tag policies is supported.

This feature enables the system to check whether a tag complies with the rules defined in a tag policy when you add the tag to a resource or when you create a resource. If the tag does not comply with the rules, the tag fails to be added to the resource. For more information, see Perform automatic tag detection.

Tag Policy Check Remediation

TAG_POLICY_CHECK_REMEDIATION_SUPPORT

Specifies whether the automatic remediation feature of tag policies is supported.

The automatic remediation feature enables the system to check whether the tags that are added to a resource comply with the rules defined in a tag policy and correct the tags that do not comply with the rules.

Tag Policy Resource-Group-Tag-Inherit Support

TAG_POLICY_RG_TAG_INHERIT_SUPPORT

Specifies whether resource group-based tag inheritance defined in a tag policy is supported.

If resource group-based tag inheritance is enabled in a tag policy, resources inherit tags from the resource groups to which they belong. For more information, see Enable automatic tag inheritance from a resource group.