The health check configuration. See Load Balancer documentation.
Name | Type | Description | Notes |
---|---|---|---|
Protocol | string | The protocol to use for health checks. * HTTPS * HTTP * TCP | [optional] |
Port | int | The port to use for health checks. | [optional] |
Path | string | HTTP Path to check. Only applies if protocol is HTTP, or HTTPS. | [optional] |
CheckInterval | string | Interval between health checks. | [optional] |
ResponseTimeout | string | Timeout before health check fails. | [optional] |
UnhealthyThreshold | string | Number times a check must fail before becoming unhealthy. | [optional] |
HealthyThreshold | string | Number of times a check must succeed before returning to healthy status. | [optional] |