componentVersion

@JvmName(name = "yxaqbijnwwxokjqv")
suspend fun componentVersion(value: Output<Map<String, String>>)
@JvmName(name = "qkbudkeppqgnxwsa")
suspend fun componentVersion(value: Map<String, String>)

Parameters

value

The components that should be installed in this Dataproc cluster. The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified.

  • NOTE : component_version[SPARK] is mandatory to set, or the creation of the cluster will fail.


@JvmName(name = "pouucxolxgywvhcc")
fun componentVersion(vararg values: Pair<String, String>)

Parameters

values

The components that should be installed in this Dataproc cluster. The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified.

  • NOTE : component_version[SPARK] is mandatory to set, or the creation of the cluster will fail.