globalaccelerator_list_custom_routing_port_mappings: Provides a complete mapping from the public accelerator IP...

View source: R/globalaccelerator_operations.R

globalaccelerator_list_custom_routing_port_mappingsR Documentation

Provides a complete mapping from the public accelerator IP address and port to destination EC2 instance IP addresses and ports in the virtual public cloud (VPC) subnet endpoint for a custom routing accelerator

Description

Provides a complete mapping from the public accelerator IP address and port to destination EC2 instance IP addresses and ports in the virtual public cloud (VPC) subnet endpoint for a custom routing accelerator. For each subnet endpoint that you add, Global Accelerator creates a new static port mapping for the accelerator. The port mappings don't change after Global Accelerator generates them, so you can retrieve and cache the full mapping on your servers.

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

Usage

globalaccelerator_list_custom_routing_port_mappings(
  AcceleratorArn,
  EndpointGroupArn = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

AcceleratorArn

[required] The Amazon Resource Name (ARN) of the accelerator to list the custom routing port mappings for.

EndpointGroupArn

The Amazon Resource Name (ARN) of the endpoint group to list the custom routing port mappings for.

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, 2024, 7:32 a.m.