v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14130363656.8 KB

Creates a new Amazon ElastiCache cache parameter group. An ElastiCache cache parameter group is a collection of parameters and their values that are applied to all of the nodes in any cluster or replication group using the CacheParameterGroup.

A newly created CacheParameterGroup is an exact duplicate of the default parameter group for the CacheParameterGroupFamily. To customize the newly created CacheParameterGroup you can change the values of specific parameters. For more information, see:

get/#Action=CreateCacheParameterGroup

Query parameters

CacheParameterGroupNamestring required

A user-specified name for the cache parameter group.

CacheParameterGroupFamilystring required
<p>The name of the cache parameter group family that the cache parameter group can be used with.</p> <p>Valid values are: <code>memcached1.4</code> | <code>memcached1.5</code> | <code>memcached1.6</code> | <code>redis2.6</code> | <code>redis2.8</code> | <code>redis3.2</code> | <code>redis4.0</code> | <code>redis5.0</code> | <code>redis6.x</code> </p>
Descriptionstring required

A user-specified description for the cache parameter group.

Keystring

The key for the tag. May not be null.

Valuestring

The tag's value. May be null.

A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.

Action'CreateCacheParameterGroup' required
Version'2015-02-02' required

Response

Success