aws.apigatewayv2.get_tags
Example SQL Queries
SELECT * FROMaws.apigatewayv2.get_tagsWHERE"resource_arn" = 'VALUE';Description
Gets a collection of Tag resources.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arn Required Input Column The resource ARN for the tag. | 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
| |
| tags Represents a collection of tags associated with the resource. | MAP(VARCHAR, VARCHAR) |