Skip to main content

tag_values

Creates, updates, deletes or gets a tag_value resource or lists tag_values in a region

Overview

Nametag_values
TypeResource
Descriptiontag_values
Idawscc.tagging.tag_values

Fields

NameDatatypeDescription
pagination_tokenstringA 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.
tag_valuesarrayA list of all tag values for the specified key currently used in the specified Amazon Web Services Region for the calling account.
regionstringAWS region.

Methods

NameAccessible byRequired Params
get_tag_valuesSELECTIdentifier, region

SELECT examples

SELECT
region
FROM awscc.tagging.tag_values
WHERE
region = 'us-east-1';