Probe Args
data class ProbeArgs(val disableProbe: Output<Boolean>, val failureThreshold: Output<Int>? = null, val initialDelaySeconds: Output<Int>? = null, val periodSeconds: Output<Int>? = null, val probeAction: Output<Any>? = null, val successThreshold: Output<Int>? = null, val timeoutSeconds: Output<Int>? = null) : ConvertibleToJava<ProbeArgs>
Probe describes a health check to be performed against an App Instance to determine whether it is alive or ready to receive traffic.