Interface DataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActions

    • Method Detail

      • getExecutableFile

        @Stability(Stable)
        @Nullable
        default String getExecutableFile()
        Required. Cloud Storage URI of executable file.

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

      • getExecutionTimeout

        @Stability(Stable)
        @Nullable
        default String getExecutionTimeout()
        Optional.

        Amount of time executable has to complete. Default is 10 minutes (see JSON representation of [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#execution_timeout DataprocWorkflowTemplate#execution_timeout}