listeners_list_only
Lists listeners in a region or regions, for all properties use listeners
Overview
| Name | listeners_list_only |
| Type | Resource |
| Description | Specifies a listener for an Application Load Balancer, Network Load Balancer, or Gateway Load Balancer. |
| Id | aws.elasticloadbalancingv2.listeners_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
listener_arn | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all listeners in a region.
SELECT
region,
listener_arn
FROM aws.elasticloadbalancingv2.listeners_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the listeners_list_only resource, see listeners