aws.globalaccelerator.list_custom_routing_port_mappings_by_destination
Example SQL Queries
SELECT * FROMaws.globalaccelerator.list_custom_routing_port_mappings_by_destinationWHERE"endpoint_id" = 'VALUE'AND "destination_address" = 'VALUE';Description
List the port mappings for a specific EC2 instance (destination) in a VPC subnet endpoint. The response is the mappings for one destination IP address. This is useful when your subnet endpoint has mappings that span multiple custom routing accelerators in your account, or for scenarios where you only want to list the port mappings for a specific destination instance.
Table Definition
| Column Name | Column Data Type |
|---|---|
| destination_address Required Input Column The endpoint IP address in a virtual private cloud (VPC) subnet for which you want to receive back port mappings. | VARCHAR |
| endpoint_id Required Input Column The ID for the virtual private cloud (VPC) subnet. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| accelerator_arn The Amazon Resource Name (ARN) of the custom routing accelerator that you have port mappings for. | VARCHAR |
| accelerator_socket_addresses The IP address/port combinations (sockets) that map to a given destination socket address. | STRUCT( |
Show child fields
| |
| destination_socket_address The endpoint IP address/port combination for traffic received on the accelerator socket address. | STRUCT( |
Show child fields
| |
| destination_traffic_state Indicates whether or not a port mapping destination can receive traffic. The value is either ALLOW, if traffic is allowed to the destination, or DENY, if traffic is not allowed to the destination. | VARCHAR |
| endpoint_group_arn The Amazon Resource Name (ARN) of the endpoint group. | VARCHAR |
| endpoint_group_region The Amazon Web Services Region for the endpoint group. | VARCHAR |
| ip_address_type The IP address type that an accelerator supports. For a custom routing accelerator, the value must be IPV4. | VARCHAR |