protocol

@JvmName(name = "ikycyiiownknnjrl")
suspend fun protocol(value: Output<Either<String, ProbeProtocol>>)
@JvmName(name = "skgrbalirccagebg")
suspend fun protocol(value: Either<String, ProbeProtocol>)
@JvmName(name = "idcsecjthlfsomcx")
fun protocol(value: String)
@JvmName(name = "gmjrmohovxugtgqn")
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.