ProbeArgs

constructor(disableProbe: Output<Boolean>, failureThreshold: Output<Int>? = null, initialDelaySeconds: Output<Int>? = null, periodSeconds: Output<Int>? = null, probeAction: Output<Any>? = null, successThreshold: Output<Int>? = null, timeoutSeconds: Output<Int>? = null)