subnetIds

@JvmName(name = "arrtqnksapjolhsw")
suspend fun subnetIds(value: Output<List<String>>)
@JvmName(name = "dwlmmnqhhfmssljo")
suspend fun subnetIds(value: List<String>)

Parameters

value

List of subnet IDs. Must be in at least two different availability zones. Amazon EKS creates cross-account elastic network interfaces in these subnets to allow communication between your worker nodes and the Kubernetes control plane.


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


@JvmName(name = "wpglermwhfumfpme")
suspend fun subnetIds(values: List<Output<String>>)
@JvmName(name = "oogaofcubkauwthh")
suspend fun subnetIds(vararg values: String)

Parameters

values

List of subnet IDs. Must be in at least two different availability zones. Amazon EKS creates cross-account elastic network interfaces in these subnets to allow communication between your worker nodes and the Kubernetes control plane.