subnetIds property

List<String>? subnetIds
final

Specify subnets for your Amazon EKS worker nodes. Amazon EKS creates cross-account elastic network interfaces in these subnets to allow communication between your worker nodes and the Kubernetes control plane.

Implementation

final List<String>? subnetIds;