CustomRoutingDestinationConfiguration - AWS Global Accelerator

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.

Contents

FromPort

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

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 65535.

Required: Yes

Protocols

The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol can be either TCP or UDP.

Type: Array of strings

Array Members: Minimum number of 1 item. Maximum number of 2 items.

Valid Values: TCP | UDP

Required: Yes

ToPort

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

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 65535.

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: