Class: Aws::GlobalAccelerator::Types::CreateCustomRoutingListenerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::CreateCustomRoutingListenerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accelerator_arn ⇒ String
The Amazon Resource Name (ARN) of the accelerator for a custom routing listener.
-
#idempotency_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
-
#port_ranges ⇒ Array<Types::PortRange>
The port range to support for connections from clients to your accelerator.
Instance Attribute Details
#accelerator_arn ⇒ String
The Amazon Resource Name (ARN) of the accelerator for a custom routing listener.
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_token ⇒ String
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.
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_ranges ⇒ Array<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
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 |