aws.apigateway.get_tags
Example SQL Queries
SELECT * FROMaws.apigateway.get_tagsWHERE"resource_arn" = 'VALUE';Description
Gets the Tags collection for a given resource.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arn Required Input Column The ARN of a resource that can be tagged. | VARCHAR |
| limit Input Column (Not currently supported) The maximum number of returned results per page. The default value is 25 and the maximum value is 500. | BIGINT |
| position Input Column (Not currently supported) The current pagination position in the paged result set. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| tags The collection of tags. Each tag element is associated with a given resource. | MAP(VARCHAR, VARCHAR) |