Interface DataprocClusterVirtualClusterConfig

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

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

      • getAuxiliaryServicesConfig

        @Stability(Stable)
        @Nullable
        default DataprocClusterVirtualClusterConfigAuxiliaryServicesConfig getAuxiliaryServicesConfig()
        auxiliary_services_config block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#auxiliary_services_config DataprocCluster#auxiliary_services_config}

      • getKubernetesClusterConfig

        @Stability(Stable)
        @Nullable
        default DataprocClusterVirtualClusterConfigKubernetesClusterConfig getKubernetesClusterConfig()
        kubernetes_cluster_config block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#kubernetes_cluster_config DataprocCluster#kubernetes_cluster_config}

      • getStagingBucket

        @Stability(Stable)
        @Nullable
        default String getStagingBucket()
        A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output.

        If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#staging_bucket DataprocCluster#staging_bucket}