Interface DataprocClusterVirtualClusterConfigKubernetesClusterConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocClusterVirtualClusterConfigKubernetesClusterConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.720Z") @Stability(Stable) public interface DataprocClusterVirtualClusterConfigKubernetesClusterConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocClusterVirtualClusterConfigKubernetesClusterConfig.Builderstatic classDataprocClusterVirtualClusterConfigKubernetesClusterConfig.Jsii$ProxyAn implementation forDataprocClusterVirtualClusterConfigKubernetesClusterConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DataprocClusterVirtualClusterConfigKubernetesClusterConfig.Builderbuilder()DataprocClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfiggetGkeClusterConfig()gke_cluster_config block.default StringgetKubernetesNamespace()A namespace within the Kubernetes cluster to deploy into.DataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfiggetKubernetesSoftwareConfig()kubernetes_software_config block.
-
-
-
Method Detail
-
getGkeClusterConfig
@Stability(Stable) @NotNull DataprocClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfig getGkeClusterConfig()
gke_cluster_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#gke_cluster_config DataprocCluster#gke_cluster_config}
-
getKubernetesSoftwareConfig
@Stability(Stable) @NotNull DataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig getKubernetesSoftwareConfig()
kubernetes_software_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#kubernetes_software_config DataprocCluster#kubernetes_software_config}
-
getKubernetesNamespace
@Stability(Stable) @Nullable default String getKubernetesNamespace()
A namespace within the Kubernetes cluster to deploy into.If this namespace does not exist, it is created. If it exists, Dataproc verifies that another Dataproc VirtualCluster is not installed into it. If not specified, the name of the Dataproc Cluster is used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#kubernetes_namespace DataprocCluster#kubernetes_namespace}
-
builder
@Stability(Stable) static DataprocClusterVirtualClusterConfigKubernetesClusterConfig.Builder builder()
-
-