CustomRoutingEndpointGroupDestinationConfiguration

data class CustomRoutingEndpointGroupDestinationConfiguration(val fromPort: Int, val protocols: List<String>, val toPort: Int)

Constructors

constructor(fromPort: Int, protocols: List<String>, toPort: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val toPort: Int

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