protocol

@JvmName(name = "eryneqqqaflwrhcj")
suspend fun protocol(value: Output<Either<String, ProbeProtocol>>)
@JvmName(name = "jivemkicbyftgimn")
suspend fun protocol(value: Either<String, ProbeProtocol>)
@JvmName(name = "ypofsikgkspjpdxe")
fun protocol(value: String)
@JvmName(name = "vxgneeegluaijkee")
fun protocol(value: ProbeProtocol)

Parameters

value

The protocol of the end point. If 'Tcp' is specified, a received ACK is required for the probe to be successful. If 'Http' or 'Https' is specified, a 200 OK response from the specifies URI is required for the probe to be successful.