Interface DataprocJobScheduling

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    DataprocJobScheduling.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:20.742Z")
    @Stability(Stable)
    public interface DataprocJobScheduling
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getMaxFailuresPerHour

        @Stability(Stable)
        @NotNull
        Number getMaxFailuresPerHour()
        Maximum number of times per hour a driver may be restarted as a result of driver exiting with non-zero code before job is reported failed.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#max_failures_per_hour DataprocJob#max_failures_per_hour}

      • getMaxFailuresTotal

        @Stability(Stable)
        @NotNull
        Number getMaxFailuresTotal()
        Maximum number of times in total a driver may be restarted as a result of driver exiting with non-zero code before job is reported failed.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#max_failures_total DataprocJob#max_failures_total}