HealthCheckConfiguration

Describes the settings for the health check that App Runner performs to monitor the health of a service.

Types

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

Properties

Link copied to clipboard

The number of consecutive checks that must succeed before App Runner decides that the service is healthy.

Link copied to clipboard

The time interval, in seconds, between health checks.

Link copied to clipboard
val path: String?

The URL that health check requests are sent to.

Link copied to clipboard

The IP protocol that App Runner uses to perform health checks for your service.

Link copied to clipboard
val timeout: Int?

The time, in seconds, to wait for a health check response before deciding it failed.

Link copied to clipboard

The number of consecutive checks that must fail before App Runner decides that the service is unhealthy.

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