LoadBalancerHealthCheck

data class LoadBalancerHealthCheck(val healthyThreshold: Int, val interval: Int, val target: String, val timeout: Int, val unhealthyThreshold: Int)

Constructors

Link copied to clipboard
constructor(healthyThreshold: Int, interval: Int, target: String, timeout: Int, unhealthyThreshold: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of checks before the instance is declared healthy.

Link copied to clipboard

The interval between checks.

Link copied to clipboard

The target of the check. Valid pattern is "${PROTOCOL}:${PORT}${PATH}", where PROTOCOL values are:

Link copied to clipboard

The length of time before the check times out.

Link copied to clipboard

The number of checks before the instance is declared unhealthy.