listeners_list_only
Lists listeners
in a region or regions, for all properties use listeners
Overview
Name | listeners_list_only |
Type | Resource |
Description | Resource Type definition for AWS::GlobalAccelerator::Listener |
Id | aws.globalaccelerator.listeners_list_only |
Fields
Name | Datatype | Description |
---|---|---|
listener_arn | string | The Amazon Resource Name (ARN) of the listener. |
accelerator_arn | string | The Amazon Resource Name (ARN) of the accelerator. |
port_ranges | array | |
protocol | string | The protocol for the listener. |
client_affinity | string | Client affinity lets you direct all requests from a user to the same endpoint. |
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.globalaccelerator.listeners_list_only
;
Permissions
For permissions required to operate on the listeners_list_only
resource, see listeners