workerInstanceTypes

@JvmName(name = "pcbswjahpggdxdto")
suspend fun workerInstanceTypes(value: Output<List<String>>)
@JvmName(name = "mejduyigrsxvjbwu")
suspend fun workerInstanceTypes(value: List<String>?)

Parameters

value

The instance types of worker node, you can set multiple types to avoid NoStock of a certain type.


@JvmName(name = "vkkbbbhdnkrrkxbp")
suspend fun workerInstanceTypes(vararg values: Output<String>)


@JvmName(name = "bskqbstuliycjdod")
suspend fun workerInstanceTypes(values: List<Output<String>>)
@JvmName(name = "yitwynowssqtlynk")
suspend fun workerInstanceTypes(vararg values: String)

Parameters

values

The instance types of worker node, you can set multiple types to avoid NoStock of a certain type.