tag_keys
Creates, updates, deletes or gets a tag_key resource or lists tag_keys in a region
Overview
| Name | tag_keys |
| Type | Resource |
| Description | tag_keys |
| Id | awscc.tagging.tag_keys |
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_keys | array | A list of all tag keys in the Amazon Web Services account. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
get_tag_keys | SELECT | Identifier, region |
SELECT examples
SELECT
region
FROM awscc.tagging.tag_keys
WHERE
region = '{{ region }}';