amazonka-elasticache-0.0.8: Amazon ElastiCache SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElastiCache.CreateCacheSecurityGroup

Contents

Description

The CreateCacheSecurityGroup operation creates a new cache security group. Use a cache security group to control access to one or more cache clusters.

Cache security groups are only used when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (VPC). If you are creating a cache cluster inside of a VPC, use a cache subnet group instead. For more information, see CreateCacheSubnetGroup.

http://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_CreateCacheSecurityGroup.html

Synopsis

Request

Request constructor

Request lenses

ccsgCacheSecurityGroupName :: Lens' CreateCacheSecurityGroup Text Source

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

ccsgDescription :: Lens' CreateCacheSecurityGroup Text Source

A description for the cache security group.

Response

Response constructor

Response lenses