Creates a new cache security group. Use a cache security group to control access to one or more clusters.
elasticache_create_cache_security_group(CacheSecurityGroupName,
Description)
[required] A name for the cache security group. This value is stored as a lowercase string.
Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word "Default".
Example: mysecuritygroup
[required] A description for the cache security group.
svc$create_cache_security_group( CacheSecurityGroupName = "string", Description = "string" )
Cache security groups are only used when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC). If you are creating a cluster inside of a VPC, use a cache subnet group instead. For more information, see CreateCacheSubnetGroup.