healthCheck

@JvmName(name = "gfnirgapprfkedls")
suspend fun healthCheck(value: Output<HealthCheckArgs>)
@JvmName(name = "vhpodcipnmwnyhgm")
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 = "sbxvqrlgcqngvsrf")
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.