aws.elb.describe_tags
Example SQL Queries
SELECT * FROMaws.elb.describe_tagsWHERE"load_balancer_names" = 'VALUE';Description
Describes the tags associated with the specified load balancers.
Table Definition
| Column Name | Column Data Type |
|---|---|
| load_balancer_names Required Input Column The names of the load balancers. | 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
| |