healthCheckProtocol

@JvmName(name = "hkxrkrpxjeehgtao")
suspend fun healthCheckProtocol(value: Output<String>)
@JvmName(name = "wtromfcbnxhalvmm")
suspend fun healthCheckProtocol(value: String?)

Parameters

value

The protocol that is used for health checks. Valid values:

  • TCP: TCP health checks send TCP SYN packets to a backend server to check whether the port of the backend server is reachable.

  • HTTP: HTTP health checks simulate a process that uses a web browser to access resources by sending HEAD or GET requests to an instance. These requests are used to check whether the instance is healthy.