Interface DataprocWorkflowTemplateJobsPrestoJob

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

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

      • getClientTags

        @Stability(Stable)
        @Nullable
        default List<String> getClientTags()
        Optional. Presto client tags to attach to this query.

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

      • getContinueOnFailure

        @Stability(Stable)
        @Nullable
        default Object getContinueOnFailure()
        Optional.

        Whether to continue executing queries if a query fails. The default value is `false`. Setting to `true` can be useful when executing independent parallel queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#continue_on_failure DataprocWorkflowTemplate#continue_on_failure}

      • getLoggingConfig

        @Stability(Stable)
        @Nullable
        default DataprocWorkflowTemplateJobsPrestoJobLoggingConfig 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}

      • getOutputFormat

        @Stability(Stable)
        @Nullable
        default String getOutputFormat()
        Optional. The format in which query output will be displayed. See the Presto documentation for supported output formats.

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

      • getProperties

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

        A mapping of property names to values. Used to set Presto [session properties](https://prestodb.io/docs/current/sql/set-session.html) Equivalent to using the --session flag in the Presto CLI 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 DataprocWorkflowTemplateJobsPrestoJobQueryListStruct 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}