Learn R Programming

paws.database (version 0.1.5)

elasticache_create_cache_security_group: Creates a new cache security group

Description

Creates a new cache security group. Use a cache security group to control access to one or more clusters.

Usage

elasticache_create_cache_security_group(CacheSecurityGroupName,
  Description)

Arguments

CacheSecurityGroupName

[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

Description

[required] A description for the cache security group.

Request syntax

svc$create_cache_security_group(
  CacheSecurityGroupName = "string",
  Description = "string"
)

Details

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.