RouteConfiguration
RouteConfiguration
Load balancer route configuration.
JSON Example
{
"protocol": "TCP, UDP",
"port": "80",
"memberProtocol": "TCP, UDP",
"memberPort": "80",
"healthCheckConfiguration": {
"protocol": "HTTP, HTTPS",
"port": "80",
"urlPath": "/index.html",
"intervalSeconds": 60,
"timeoutSeconds": 5,
"unhealthyThreshold": 5,
"healthyThreshold": 2
}
}
string
protocol
Required
The protocol of the incoming load balancer requests.
string
port
Required
Port which the load balancer is listening to.
string
memberProtocol
Required
The protocol of the member traffic.
string
memberPort
Required
Member port where the traffic is routed to.