/AWS1/CL_ECA=>CREATECACHEPARAMETERGROUP()
¶
About CreateCacheParameterGroup¶
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:
-
ModifyCacheParameterGroup in the ElastiCache API Reference.
-
Parameters and Parameter Groups in the ElastiCache User Guide.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_CACHEPARAMETERGROUPNAME
TYPE /AWS1/ECASTRING
/AWS1/ECASTRING
¶
A user-specified name for the cache parameter group.
IV_CACHEPARAMETERGROUPFAMILY
TYPE /AWS1/ECASTRING
/AWS1/ECASTRING
¶
The name of the cache parameter group family that the cache parameter group can be used with.
Valid values are:
memcached1.4
|memcached1.5
|memcached1.6
|redis2.6
|redis2.8
|redis3.2
|redis4.0
|redis5.0
|redis6.x
|redis7
IV_DESCRIPTION
TYPE /AWS1/ECASTRING
/AWS1/ECASTRING
¶
A user-specified description for the cache parameter group.
Optional arguments:¶
IT_TAGS
TYPE /AWS1/CL_ECATAG=>TT_TAGLIST
TT_TAGLIST
¶
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.