listeners
Retrieves a list of listeners
in a region
Overview
Name | listeners |
Type | Resource |
Description | listeners |
Id | awscc.vpclattice.listeners |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.vpclattice.listeners
WHERE region = 'us-east-1'
Permissions
To operate on the listeners
resource, the following permissions are required:
Create
vpc-lattice:CreateListener,
vpc-lattice:TagResource,
vpc-lattice:GetListener,
vpc-lattice:ListTagsForResource
List
vpc-lattice:ListListeners