virtualClusterConfig

@JvmName(name = "kwykpddojwwnxyvq")
suspend fun virtualClusterConfig(value: Output<VirtualClusterConfigArgs>)
@JvmName(name = "lrauxpurwmmpjtmr")
suspend fun virtualClusterConfig(value: VirtualClusterConfigArgs?)

Parameters

value

Optional. The virtual cluster config is used when creating a Dataproc cluster that does not directly control the underlying compute resources, for example, when creating a Dataproc-on-GKE cluster (https://cloud.google.com/dataproc/docs/guides/dpgke/dataproc-gke-overview). Dataproc may set default values, and values may change when clusters are updated. Exactly one of config or virtual_cluster_config must be specified.


@JvmName(name = "tqdqpwwhywiviwdb")
suspend fun virtualClusterConfig(argument: suspend VirtualClusterConfigArgsBuilder.() -> Unit)

Parameters

argument

Optional. The virtual cluster config is used when creating a Dataproc cluster that does not directly control the underlying compute resources, for example, when creating a Dataproc-on-GKE cluster (https://cloud.google.com/dataproc/docs/guides/dpgke/dataproc-gke-overview). Dataproc may set default values, and values may change when clusters are updated. Exactly one of config or virtual_cluster_config must be specified.