healthCheck

@JvmName(name = "ckefsrnxukinvela")
suspend fun healthCheck(value: Output<HealthCheckArgs>)
@JvmName(name = "cthncfyjcryubplq")
suspend fun healthCheck(value: HealthCheckArgs?)

Parameters

value

Configures health checking for instances. Unhealthy instances are stopped and replaced with new instances. Only applicable in the App Engine flexible environment.Only returned in GET requests if view=FULL is set.


@JvmName(name = "idmsxxflnaqthobd")
suspend fun healthCheck(argument: suspend HealthCheckArgsBuilder.() -> Unit)

Parameters

argument

Configures health checking for instances. Unhealthy instances are stopped and replaced with new instances. Only applicable in the App Engine flexible environment.Only returned in GET requests if view=FULL is set.