Interface DataprocWorkflowTemplateJobsSparkSqlJob

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

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

      • getJarFileUris

        @Stability(Stable)
        @Nullable
        default List<String> getJarFileUris()
        Optional. HCFS URIs of jar files to be added to the Spark CLASSPATH.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#jar_file_uris DataprocWorkflowTemplate#jar_file_uris}

      • getLoggingConfig

        @Stability(Stable)
        @Nullable
        default DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfig getLoggingConfig()
        logging_config block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#logging_config DataprocWorkflowTemplate#logging_config}

      • getProperties

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getProperties()
        Optional.

        A mapping of property names to values, used to configure Spark SQL's SparkConf. Properties that conflict with values set by the Dataproc API may be overwritten. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#properties DataprocWorkflowTemplate#properties}

      • getQueryFileUri

        @Stability(Stable)
        @Nullable
        default String getQueryFileUri()
        The HCFS URI of the script that contains SQL queries.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#query_file_uri DataprocWorkflowTemplate#query_file_uri}

      • getQueryList

        @Stability(Stable)
        @Nullable
        default DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct getQueryList()
        query_list block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#query_list DataprocWorkflowTemplate#query_list}

      • getScriptVariables

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getScriptVariables()
        Optional. Mapping of query variable names to values (equivalent to the Spark SQL command: SET name="value";).

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#script_variables DataprocWorkflowTemplate#script_variables}