listener
Gets an individual listener
resource
Overview
Name | listener |
Type | Resource |
Description | listener |
Id | awscc.vpclattice.listener |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
default_action,
id,
name,
port,
protocol,
service_arn,
service_id,
service_identifier,
tags
FROM awscc.vpclattice.listener
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the listener
resource, the following permissions are required:
Read
vpc-lattice:GetListener,
vpc-lattice:ListTagsForResource
Update
vpc-lattice:UpdateListener,
vpc-lattice:TagResource,
vpc-lattice:UntagResource,
vpc-lattice:GetListener,
vpc-lattice:ListTagsForResource
Delete
vpc-lattice:DeleteListener