Builder

class Builder

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
var 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.