Skip to main content

tag_keys

Creates, updates, deletes or gets a tag_key resource or lists tag_keys in a region

Overview

Nametag_keys
TypeResource
Descriptiontag_keys
Idawscc.tagging.tag_keys

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_keysarrayA list of all tag keys in the Amazon Web Services account.
regionstringAWS region.

Methods

NameAccessible byRequired Params
get_tag_keysSELECTIdentifier, region

SELECT examples

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