additionalSubnets property

List<String>? additionalSubnets
getter/setter pair

Additional subnets may be specified.

They may be in another region, but must be in the same VPC network. The Connect workers can communicate with network endpoints in either the primary or additional subnets.

Optional.

Implementation

core.List<core.String>? additionalSubnets;