Skip to content

SubnetGroup

Source: src/AWS/ElastiCache/SubnetGroup.ts

A VPC subnet group for provisioned ElastiCache resources.

const subnets = yield* SubnetGroup("CacheSubnets", {
description: "cache subnets",
subnetIds: [subnetA.subnetId, subnetB.subnetId],
});