v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1486850.3 KB

Returns all tag values for the specified key that are used in the specified Amazon Web Services Region for the calling account.

This operation supports pagination, where the response can be sent in multiple pages. You should check the PaginationToken response parameter to determine if there are additional results available to return. Repeat the query, passing the PaginationToken response parameter value as an input to the next request until you recieve a null value. A null value for PaginationToken indicates that there are no more results waiting to be returned.

post/#X-Amz-Target=ResourceGroupsTaggingAPI_20170126.GetTagValues

Query parameters

PaginationTokenstring

Pagination token

Headers

X-Amz-Target'ResourceGroupsTaggingAPI_20170126.GetTagValues' required

Request body

PaginationTokenstring

Specifies a <code>PaginationToken</code> response value from a previous request to indicate that you want the next page of results. Leave this parameter empty in your initial request.

Keystring required

Specifies the tag key for which you want to list all existing values that are currently used in the specified Amazon Web Services Region for the calling account.

Response

Success

PaginationTokenstring

A string that indicates that there is more data available than this response contains. To receive the next part of the response, specify this response value as the <code>PaginationToken</code> value in the request for the next page.

TagValuesTagValue[]

A list of all tag values for the specified key currently used in the specified Amazon Web Services Region for the calling account.