class Aws::GlobalAccelerator::Types::UpdateCustomRoutingListenerRequest
@note When making an API call, you may pass UpdateCustomRoutingListenerRequest
data as a hash: { listener_arn: "GenericString", # required port_ranges: [ # required { from_port: 1, to_port: 1, }, ], }
@!attribute [rw] listener_arn
The Amazon Resource Name (ARN) of the listener to update. @return [String]
@!attribute [rw] port_ranges
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][1]. [1]: https://docs.aws.amazon.com/global-accelerator/latest/dg/about-custom-routing-endpoints.html @return [Array<Types::PortRange>]
@see docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/UpdateCustomRoutingListenerRequest AWS API Documentation
Constants
- SENSITIVE