nodeTypeConfigs

@JvmName(name = "wyilrwkiqpmlcthf")
suspend fun nodeTypeConfigs(value: Output<List<ClusterNodeTypeConfigArgs>>)
@JvmName(name = "cyeiclrgnygkfcgi")
suspend fun nodeTypeConfigs(value: List<ClusterNodeTypeConfigArgs>?)

Parameters

value

The map of cluster node types in this cluster, where the key is canonical identifier of the node type (corresponds to the NodeType). Structure is documented below.


@JvmName(name = "frcwwtsmnkyjgjjb")
suspend fun nodeTypeConfigs(vararg values: Output<ClusterNodeTypeConfigArgs>)


@JvmName(name = "kacjlwqgtgqswhjg")
suspend fun nodeTypeConfigs(values: List<Output<ClusterNodeTypeConfigArgs>>)
@JvmName(name = "tbrploeukmdflveb")
suspend fun nodeTypeConfigs(vararg values: ClusterNodeTypeConfigArgs)

Parameters

values

The map of cluster node types in this cluster, where the key is canonical identifier of the node type (corresponds to the NodeType). Structure is documented below.


@JvmName(name = "ffrxdpdakdchmovl")
suspend fun nodeTypeConfigs(argument: List<suspend ClusterNodeTypeConfigArgsBuilder.() -> Unit>)
@JvmName(name = "twdbucoutxcmgeai")
suspend fun nodeTypeConfigs(vararg argument: suspend ClusterNodeTypeConfigArgsBuilder.() -> Unit)
@JvmName(name = "xixplfdjhuahsmnp")
suspend fun nodeTypeConfigs(argument: suspend ClusterNodeTypeConfigArgsBuilder.() -> Unit)

Parameters

argument

The map of cluster node types in this cluster, where the key is canonical identifier of the node type (corresponds to the NodeType). Structure is documented below.