componentVersion

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