amazonka-elasticache-1.3.6: Amazon ElastiCache SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElastiCache.CreateCacheParameterGroup

Contents

Description

The CreateCacheParameterGroup action 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.

See: AWS API Reference for CreateCacheParameterGroup.

Synopsis

Creating a Request

createCacheParameterGroup Source

Creates a value of CreateCacheParameterGroup with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

ccpgCacheParameterGroupName :: Lens' CreateCacheParameterGroup Text Source

A user-specified name for the cache parameter group.

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'

ccpgDescription :: Lens' CreateCacheParameterGroup Text Source

A user-specified description for the cache parameter group.

Destructuring the Response

createCacheParameterGroupResponse Source

Creates a value of CreateCacheParameterGroupResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses