AwsElbLoadBalancerHealthCheck

Contains information about the health checks that are conducted on the load balancer.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of consecutive health check successes required before the instance is moved to the Healthy state.

Link copied to clipboard

The approximate interval, in seconds, between health checks of an individual instance.

Link copied to clipboard

The instance that is being checked. The target specifies the protocol and port. The available protocols are TCP, SSL, HTTP, and HTTPS. The range of valid ports is 1 through 65535.

Link copied to clipboard
val timeout: Int?

The amount of time, in seconds, during which no response means a failed health check.

Link copied to clipboard

The number of consecutive health check failures that must occur before the instance is moved to the Unhealthy state.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String