Creates a new cache security group. Use a cache security group to control access to one or more clusters.
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
create_cache_subnet_group
.
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.
A list with the following syntax:
list( CacheSecurityGroup = list( OwnerId = "string", CacheSecurityGroupName = "string", Description = "string", EC2SecurityGroups = list( list( Status = "string", EC2SecurityGroupName = "string", EC2SecurityGroupOwnerId = "string" ) ), ARN = "string" ) )
svc$create_cache_security_group( CacheSecurityGroupName = "string", Description = "string" )