subnetIds

@JvmName(name = "fuspsijrkeyjtpjl")
suspend fun subnetIds(value: Output<List<String>>)
@JvmName(name = "mdoiwujqsxqhbvuj")
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 = "wkwpppidlkahrdiq")
suspend fun subnetIds(vararg values: Output<String>)


@JvmName(name = "seujjtvlqernsual")
suspend fun subnetIds(values: List<Output<String>>)
@JvmName(name = "bsnejictrridlxey")
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.