Probe Args
constructor(id: Output<String>? = null, intervalInSeconds: Output<Int>? = null, name: Output<String>? = null, noHealthyBackendsBehavior: Output<Either<String, ProbeNoHealthyBackendsBehavior>>? = null, numberOfProbes: Output<Int>? = null, port: Output<Int>, probeThreshold: Output<Int>? = null, protocol: Output<Either<String, ProbeProtocol>>, requestPath: Output<String>? = null)