healthCheckMethod

@JvmName(name = "dgbupwsnuufnljqh")
suspend fun healthCheckMethod(value: Output<String>)
@JvmName(name = "vtkhkypnsyasxaok")
suspend fun healthCheckMethod(value: String?)

Parameters

value

The HTTP method that is used for health checks. Valid values:

  • GET: If the length of a response exceeds 8 KB, the response is truncated. However, the health check result is not affected.

  • POST: gRPC health checks use the POST method by default.

  • HEAD: HTTP and HTTPS health checks use the HEAD method by default.

NOTE: This parameter takes effect only if you set HealthCheckEnabled to true and HealthCheckProtocol to HTTP, HTTPS, or gRPC.