SubnetGroup
Source:
src/AWS/ElastiCache/SubnetGroup.ts
A VPC subnet group for provisioned ElastiCache resources.
Creating a Subnet Group
Section titled “Creating a Subnet Group”const subnets = yield* SubnetGroup("CacheSubnets", { description: "cache subnets", subnetIds: [subnetA.subnetId, subnetB.subnetId],});