healthCheckUri

@JvmName(name = "qjfncmoqqfvjyuof")
suspend fun healthCheckUri(value: Output<String>)
@JvmName(name = "wjwqaawegsotlkxk")
suspend fun healthCheckUri(value: String?)

Parameters

value

The HTTP request method for health checks. Valid values:

  • HEAD (default): requests the headers of the resource.

  • GET: requests the specified resource and returns both the headers and entity body.