Creates a new cache subnet group
Source:R/elasticache_operations.R
elasticache_create_cache_subnet_group.RdCreates a new cache subnet group.
See https://www.paws-r-sdk.com/docs/elasticache_create_cache_subnet_group/ for full documentation.
Usage
elasticache_create_cache_subnet_group(
CacheSubnetGroupName,
CacheSubnetGroupDescription,
SubnetIds,
Tags = NULL
)Arguments
- CacheSubnetGroupName
[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- CacheSubnetGroupDescription
[required] A description for the cache subnet group.
- SubnetIds
[required] A list of VPC subnet IDs for the cache subnet group.
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.