Creates a new cache subnet group.
elasticache_create_cache_subnet_group(CacheSubnetGroupName,
CacheSubnetGroupDescription, SubnetIds)[required] A name for the cache subnet group. This value is stored as a lowercase string.
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
Example: mysubnetgroup
[required] A description for the cache subnet group.
[required] A list of VPC subnet IDs for the cache subnet group.
svc$create_cache_subnet_group(
CacheSubnetGroupName = "string",
CacheSubnetGroupDescription = "string",
SubnetIds = list(
"string"
)
)
Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).