Interface DataprocJobReference

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

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

      • getJobId

        @Stability(Stable)
        @Nullable
        default String getJobId()
        The job ID, which must be unique within the project.

        The job ID is generated by the server upon job submission or provided by the user as a means to perform retries without creating duplicate jobs Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#job_id DataprocJob#job_id}