Interface DataprocClusterClusterConfigInitializationAction

    • Method Detail

      • getScript

        @Stability(Stable)
        @NotNull
        String getScript()
        The script to be executed during initialization of the cluster.

        The script must be a GCS file with a gs:// prefix. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#script DataprocCluster#script}

      • getTimeoutSec

        @Stability(Stable)
        @Nullable
        default Number getTimeoutSec()
        The maximum duration (in seconds) which script is allowed to take to execute its action.

        GCP will default to a predetermined computed value if not set (currently 300). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#timeout_sec DataprocCluster#timeout_sec}