Class: Aws::GlobalAccelerator::Types::UpdateCustomRoutingListenerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::UpdateCustomRoutingListenerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#listener_arn ⇒ String
The Amazon Resource Name (ARN) of the listener to update.
-
#port_ranges ⇒ Array<Types::PortRange>
The updated port range to support for connections from clients to your accelerator.
Instance Attribute Details
#listener_arn ⇒ String
The Amazon Resource Name (ARN) of the listener to update.
3564 3565 3566 3567 3568 3569 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3564 class UpdateCustomRoutingListenerRequest < Struct.new( :listener_arn, :port_ranges) SENSITIVE = [] include Aws::Structure end |
#port_ranges ⇒ Array<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].
[1]: docs.aws.amazon.com/global-accelerator/latest/dg/about-custom-routing-endpoints.html
3564 3565 3566 3567 3568 3569 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3564 class UpdateCustomRoutingListenerRequest < Struct.new( :listener_arn, :port_ranges) SENSITIVE = [] include Aws::Structure end |