globalaccelerator_list_custo_routi_port_mappi_by_desti: List the port mappings for a specific EC2 instance...

globalaccelerator_list_custom_routing_port_mappings_by_destinationR Documentation

List the port mappings for a specific EC2 instance (destination) in a VPC subnet endpoint

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.

See https://www.paws-r-sdk.com/docs/globalaccelerator_list_custom_routing_port_mappings_by_destination/ for full documentation.

Usage

globalaccelerator_list_custom_routing_port_mappings_by_destination(
  EndpointId,
  DestinationAddress,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

EndpointId

[required] The ID for the virtual private cloud (VPC) subnet.

DestinationAddress

[required] The endpoint IP address in a virtual private cloud (VPC) subnet for which you want to receive back port mappings.

MaxResults

The number of destination port mappings that you want to return with this call. The default value is 10.

NextToken

The token for the next set of results. You receive this token from a previous call.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.