Skip to main content

listeners_list_only

Lists listeners in a region or regions, for all properties use listeners

Overview

Namelisteners_list_only
TypeResource
DescriptionResource Type definition for AWS::GlobalAccelerator::Listener
Idaws.globalaccelerator.listeners_list_only

Fields

NameDatatypeDescription
listener_arnstringThe Amazon Resource Name (ARN) of the listener.
accelerator_arnstringThe Amazon Resource Name (ARN) of the accelerator.
port_rangesarray
protocolstringThe protocol for the listener.
client_affinitystringClient affinity lets you direct all requests from a user to the same endpoint.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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