Class: Aws::GlobalAccelerator::Types::CreateCustomRoutingListenerRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accelerator_arnString

The Amazon Resource Name (ARN) of the accelerator for a custom routing listener.

Returns:

  • (String)


963
964
965
966
967
968
969
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 963

class CreateCustomRoutingListenerRequest < Struct.new(
  :accelerator_arn,
  :port_ranges,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end

#idempotency_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


963
964
965
966
967
968
969
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 963

class CreateCustomRoutingListenerRequest < Struct.new(
  :accelerator_arn,
  :port_ranges,
  :idempotency_token)
  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].

[1]: docs.aws.amazon.com/global-accelerator/latest/dg/about-custom-routing-endpoints.html

Returns:



963
964
965
966
967
968
969
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 963

class CreateCustomRoutingListenerRequest < Struct.new(
  :accelerator_arn,
  :port_ranges,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end