class Aws::GlobalAccelerator::Types::CustomRoutingDestinationConfiguration

For a custom routing accelerator, sets the port range and protocol for all endpoints (virtual private cloud subnets) in an endpoint group to accept client traffic on.

@note When making an API call, you may pass CustomRoutingDestinationConfiguration

data as a hash:

    {
      from_port: 1, # required
      to_port: 1, # required
      protocols: ["TCP"], # required, accepts TCP, UDP
    }

@!attribute [rw] from_port

The first port, inclusive, in the range of ports for the endpoint
group that is associated with a custom routing accelerator.
@return [Integer]

@!attribute [rw] to_port

The last port, inclusive, in the range of ports for the endpoint
group that is associated with a custom routing accelerator.
@return [Integer]

@!attribute [rw] protocols

The protocol for the endpoint group that is associated with a custom
routing accelerator. The protocol can be either TCP or UDP.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/CustomRoutingDestinationConfiguration AWS API Documentation

Constants

SENSITIVE