GetAppSpecServiceHealthCheck

data class GetAppSpecServiceHealthCheck(val failureThreshold: Int? = null, val httpPath: String? = null, val initialDelaySeconds: Int? = null, val periodSeconds: Int? = null, val successThreshold: Int? = null, val timeoutSeconds: Int? = null)

Constructors

Link copied to clipboard
fun GetAppSpecServiceHealthCheck(failureThreshold: Int? = null, httpPath: String? = null, initialDelaySeconds: Int? = null, periodSeconds: Int? = null, successThreshold: Int? = null, timeoutSeconds: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val failureThreshold: Int? = null

The number of failed health checks before considered unhealthy.

Link copied to clipboard
val httpPath: String? = null

The route path used for the HTTP health check ping.

Link copied to clipboard

The number of seconds to wait before beginning health checks.

Link copied to clipboard
val periodSeconds: Int? = null

The number of seconds to wait between health checks.

Link copied to clipboard
val successThreshold: Int? = null

The number of successful health checks before considered healthy.

Link copied to clipboard
val timeoutSeconds: Int? = null

The number of seconds after which the check times out.