componentVersion

@JvmName(name = "elfffjplxtpwgswo")
suspend fun componentVersion(value: Output<Map<String, String>>)
@JvmName(name = "bbdktupirxgaopqc")
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.


@JvmName(name = "ukotaktrdiyfbfuj")
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.