healthCheck

@JvmName(name = "gxddrhfaqqravfbo")
suspend fun healthCheck(value: Output<HealthCheckArgs>)
@JvmName(name = "tdnekauyivusrkrl")
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 = "pyeperlubirdsksr")
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.