subnetIds property

List<String> subnetIds
final

A list of identifiers for subnets within your Amazon VPC. The subnets should be able to connect to each other in the VPC, and they should have outgoing access to the Internet through a NAT device.

Implementation

final List<String> subnetIds;