Class DataplexTaskSpark.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getArchiveUris

        public final List<String> getArchiveUris()
        Description copied from interface: DataplexTaskSpark
        Cloud Storage URIs of archives to be extracted into the working directory of each executor.

        Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#archive_uris DataplexTask#archive_uris}

        Specified by:
        getArchiveUris in interface DataplexTaskSpark
      • getFileUris

        public final List<String> getFileUris()
        Description copied from interface: DataplexTaskSpark
        Cloud Storage URIs of files to be placed in the working directory of each executor.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#file_uris DataplexTask#file_uris}

        Specified by:
        getFileUris in interface DataplexTaskSpark
      • getMainClass

        public final String getMainClass()
        Description copied from interface: DataplexTaskSpark
        The name of the driver's main class.

        The jar file that contains the class must be in the default CLASSPATH or specified in jar_file_uris. The execution args are passed in as a sequence of named process arguments (--key=value). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#main_class DataplexTask#main_class}

        Specified by:
        getMainClass in interface DataplexTaskSpark
      • getMainJarFileUri

        public final String getMainJarFileUri()
        Description copied from interface: DataplexTaskSpark
        The Cloud Storage URI of the jar file that contains the main class.

        The execution args are passed in as a sequence of named process arguments (--key=value). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#main_jar_file_uri DataplexTask#main_jar_file_uri}

        Specified by:
        getMainJarFileUri in interface DataplexTaskSpark
      • getPythonScriptFile

        public final String getPythonScriptFile()
        Description copied from interface: DataplexTaskSpark
        The Gcloud Storage URI of the main Python file to use as the driver.

        Must be a .py file. The execution args are passed in as a sequence of named process arguments (--key=value). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#python_script_file DataplexTask#python_script_file}

        Specified by:
        getPythonScriptFile in interface DataplexTaskSpark
      • getSqlScript

        public final String getSqlScript()
        Description copied from interface: DataplexTaskSpark
        The query text. The execution args are used to declare a set of script variables (set key='value';).

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#sql_script DataplexTask#sql_script}

        Specified by:
        getSqlScript in interface DataplexTaskSpark
      • getSqlScriptFile

        public final String getSqlScriptFile()
        Description copied from interface: DataplexTaskSpark
        A reference to a query file.

        This can be the Cloud Storage URI of the query file or it can the path to a SqlScript Content. The execution args are used to declare a set of script variables (set key='value';). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#sql_script_file DataplexTask#sql_script_file}

        Specified by:
        getSqlScriptFile in interface DataplexTaskSpark
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object