Skip to main content

listeners_list_only

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

Overview

Namelisteners_list_only
TypeResource
DescriptionCreates a listener for a service. Before you start using your Amazon VPC Lattice service, you must add one or more listeners. A listener is a process that checks for connection requests to your services.
Idaws.vpclattice.listeners_list_only

Fields

NameDatatypeDescription
arnstring
default_actionobject
idstring
namestring
portinteger
protocolstring
service_arnstring
service_idstring
service_identifierstring
tagsarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all listeners in a region.

SELECT
region,
arn
FROM aws.vpclattice.listeners_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the listeners_list_only resource, see listeners