globalaccelerator_update_custom_routing_listener {paws.networking}R Documentation

Update a listener for a custom routing accelerator

Description

Update a listener for a custom routing accelerator.

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

Usage

globalaccelerator_update_custom_routing_listener(ListenerArn, PortRanges)

Arguments

ListenerArn

[required] The Amazon Resource Name (ARN) of the listener to update.

PortRanges

[required] The updated port range to support for connections from clients to your accelerator. If you remove ports that are currently being used by a subnet endpoint, the call fails.

Separately, you set port ranges for endpoints. For more information, see About endpoints for custom routing accelerators.


[Package paws.networking version 0.7.0 Index]