aws.elbv2.describe_tags
Example SQL Queries
SELECT * FROMaws.elbv2.describe_tagsWHERE"resource_arns" = 'VALUE';Description
Describes the tags for the specified Elastic Load Balancing resources. You can describe the tags for one or more Application Load Balancers, Network Load Balancers, Gateway Load Balancers, target groups, listeners, or rules.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arns Required Input Column The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call. | VARCHAR[] |
Show child fields
| |
| _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_descriptions Information about the tags. | STRUCT( |
Show child fields
| |