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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocClusterVirtualClusterConfig.BuilderA builder forDataprocClusterVirtualClusterConfigstatic classDataprocClusterVirtualClusterConfig.Jsii$ProxyAn implementation forDataprocClusterVirtualClusterConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataprocClusterVirtualClusterConfig.Builderbuilder()default DataprocClusterVirtualClusterConfigAuxiliaryServicesConfiggetAuxiliaryServicesConfig()auxiliary_services_config block.default DataprocClusterVirtualClusterConfigKubernetesClusterConfiggetKubernetesClusterConfig()kubernetes_cluster_config block.default StringgetStagingBucket()A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output.
-
-
-
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}
-
builder
@Stability(Stable) static DataprocClusterVirtualClusterConfig.Builder builder()
-
-