protocol

@JvmName(name = "fvififfibeoyufap")
suspend fun protocol(value: Output<Either<String, ProbeProtocol>>)
@JvmName(name = "okkyrigjkyjyttoo")
suspend fun protocol(value: Either<String, ProbeProtocol>)
@JvmName(name = "jxnoiqvntklxlfvm")
fun protocol(value: String)
@JvmName(name = "tejloefikeglxrgu")
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.