Class: Aws::GlobalAccelerator::Types::UpdateCustomRoutingListenerRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#listener_arnString

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

Returns:

  • (String)


3554
3555
3556
3557
3558
3559
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 3554

class UpdateCustomRoutingListenerRequest < Struct.new(
  :listener_arn,
  :port_ranges)
  SENSITIVE = []
  include Aws::Structure
end

#port_rangesArray<Types::PortRange>

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.

Returns:



3554
3555
3556
3557
3558
3559
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 3554

class UpdateCustomRoutingListenerRequest < Struct.new(
  :listener_arn,
  :port_ranges)
  SENSITIVE = []
  include Aws::Structure
end