tag_values
Creates, updates, deletes or gets a tag_value resource or lists tag_values in a region
Overview
| Name | tag_values |
| Type | Resource |
| Description | tag_values |
| Id | awscc.tagging.tag_values |
Fields
| Name | Datatype | Description |
|---|---|---|
pagination_token | string | 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 PaginationToken value in the request for the next page. |
tag_values | array | A list of all tag values for the specified key currently used in the specified Amazon Web Services Region for the calling account. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
get_tag_values | SELECT | Identifier, region |
SELECT examples
SELECT
region
FROM awscc.tagging.tag_values
WHERE
region = '{{ region }}';