aws.resourcegroupstaggingapi.get_tag_values
Example SQL Queries
SELECT * FROMaws.resourcegroupstaggingapi.get_tag_valuesWHERE"key" = 'VALUE';Description
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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| key Required Input Column 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. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| tag_values | VARCHAR |