nodeCount

@JvmName(name = "hplqexkiiwxaivsq")
suspend fun nodeCount(value: Output<Int>)
@JvmName(name = "ppipdkkoxonynorn")
suspend fun nodeCount(value: Int?)

Parameters

value

The initial number of nodes which should exist in this Node Pool. If specified this must be between 1 and 1000 and between min_count and max_count.

Note: If specified you may wish to use ignoreChanges functionality to ignore changes to this field. Note: If enable_auto_scaling is set to false both min_count and max_count fields need to be set to null or omitted from the configuration.