listeners_list_only
Lists listeners
in a region or regions, for all properties use listeners
Overview
Name | listeners_list_only |
Type | Resource |
Description | Creates 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. |
Id | aws.vpclattice.listeners_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
default_action | object | |
id | string | |
name | string | |
port | integer | |
protocol | string | |
service_arn | string | |
service_id | string | |
service_identifier | string | |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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