subnetIds

@JvmName(name = "tgsenmhwfuijxqvr")
suspend fun subnetIds(value: Output<List<String>>)
@JvmName(name = "kgxjafiacngunncl")
suspend fun subnetIds(value: List<String>?)

Parameters

value

Identifiers of EC2 Subnets to associate with the EKS Node Group. These subnets must have the following resource tag: kubernetes.io/cluster/CLUSTER_NAME (where CLUSTER_NAME is replaced with the name of the EKS Cluster).


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


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

Parameters

values

Identifiers of EC2 Subnets to associate with the EKS Node Group. These subnets must have the following resource tag: kubernetes.io/cluster/CLUSTER_NAME (where CLUSTER_NAME is replaced with the name of the EKS Cluster).