Container App Probe Args
constructor(failureThreshold: Output<Int>? = null, httpGet: Output<ContainerAppProbeHttpGetArgs>? = null, initialDelaySeconds: Output<Int>? = null, periodSeconds: Output<Int>? = null, successThreshold: Output<Int>? = null, tcpSocket: Output<ContainerAppProbeTcpSocketArgs>? = null, terminationGracePeriodSeconds: Output<Double>? = null, timeoutSeconds: Output<Int>? = null, type: Output<Either<String, Type>>? = null)