amazonka-elasticache-0.1.1: Amazon ElastiCache SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElastiCache.CreateCacheParameterGroup

Contents

Description

The CreateCacheParameterGroup operation creates a new cache parameter group. A cache parameter group is a collection of parameters that you apply to all of the nodes in a cache cluster.

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

Synopsis

Request

Request constructor

Request lenses

ccpgCacheParameterGroupFamily :: Lens' CreateCacheParameterGroup Text Source

The name of the cache parameter group family the cache parameter group can be used with.

Valid values are: 'memcached1.4' | 'redis2.6' | 'redis2.8'

ccpgCacheParameterGroupName :: Lens' CreateCacheParameterGroup Text Source

A user-specified name for the cache parameter group.

ccpgDescription :: Lens' CreateCacheParameterGroup Text Source

A user-specified description for the cache parameter group.

Response

Response constructor

Response lenses