healthCheckUri

val healthCheckUri: Output<String>

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.