Class: Aws::GlobalAccelerator::Types::CustomRoutingListener

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

Overview

A complex type for a listener for a custom routing accelerator.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#listener_arnString

The Amazon Resource Name (ARN) of the listener.

Returns:

  • (String)


1491
1492
1493
1494
1495
1496
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 1491

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

#port_rangesArray<Types::PortRange>

The port range to support for connections from clients to your accelerator.

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

Returns:



1491
1492
1493
1494
1495
1496
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 1491

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