Interface BigqueryJobConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    All Known Implementing Classes:
    BigqueryJobConfig.Jsii$Proxy

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

      • getJobId

        @Stability(Stable)
        @NotNull
        String getJobId()
        The ID of the job.

        The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-). The maximum length is 1,024 characters. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#job_id BigqueryJob#job_id}

      • getCopy

        @Stability(Stable)
        @Nullable
        default BigqueryJobCopy getCopy()
        copy block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#copy BigqueryJob#copy}

      • getExtract

        @Stability(Stable)
        @Nullable
        default BigqueryJobExtract getExtract()
        extract block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#extract BigqueryJob#extract}

      • getId

        @Stability(Stable)
        @Nullable
        default String getId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#id BigqueryJob#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

      • getJobTimeoutMs

        @Stability(Stable)
        @Nullable
        default String getJobTimeoutMs()
        Job timeout in milliseconds. If this time limit is exceeded, BigQuery may attempt to terminate the job.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#job_timeout_ms BigqueryJob#job_timeout_ms}

      • getLabels

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getLabels()
        The labels associated with this job. You can use these to organize and group your jobs.

        **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#labels BigqueryJob#labels}

      • getLoad

        @Stability(Stable)
        @Nullable
        default BigqueryJobLoad getLoad()
        load block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#load BigqueryJob#load}

      • getLocation

        @Stability(Stable)
        @Nullable
        default String getLocation()
        The geographic location of the job. The default value is US.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#location BigqueryJob#location}

      • getProject

        @Stability(Stable)
        @Nullable
        default String getProject()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#project BigqueryJob#project}.
      • getQuery

        @Stability(Stable)
        @Nullable
        default BigqueryJobQuery getQuery()
        query block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#query BigqueryJob#query}

      • getTimeouts

        @Stability(Stable)
        @Nullable
        default BigqueryJobTimeouts getTimeouts()
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#timeouts BigqueryJob#timeouts}