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. |
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