Modifies an existing cache subnet group.
elasticache_modify_cache_subnet_group(CacheSubnetGroupName,
CacheSubnetGroupDescription, SubnetIds)[required] The 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
A description of the cache subnet group.
The EC2 subnet IDs for the cache subnet group.
svc$modify_cache_subnet_group(
CacheSubnetGroupName = "string",
CacheSubnetGroupDescription = "string",
SubnetIds = list(
"string"
)
)