RouteConfiguration

RouteConfiguration
RouteConfiguration

Load balancer route configuration.

JSON Example
{
    "protocol": "TCP, UDP",
    "port": "80",
    "memberPort": "80",
    "memberProtocol": "TCP, UDP",
    "healthCheckConfiguration": {
        "protocol": "HTTP, HTTPS",
        "port": "80",
        "timeoutSeconds": 5,
        "unhealthyThreshold": 5,
        "healthyThreshold": 2,
        "urlPath": "/index.html",
        "intervalSeconds": 60
    }
}
string
protocol
Required

The protocol of the incoming load balancer requests.

string
port
Required

Port which the load balancer is listening to.

string
memberPort
Required

Member port where the traffic is routed to.

string
memberProtocol
Required

The protocol of the member traffic.

healthCheckConfiguration
Optional

healthCheckConfiguration