elasticache_create_cache_parameter_group: Creates a new Amazon ElastiCache cache parameter group

View source: R/elasticache_operations.R

elasticache_create_cache_parameter_groupR Documentation

Creates a new Amazon ElastiCache cache parameter group

Description

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.

See https://www.paws-r-sdk.com/docs/elasticache_create_cache_parameter_group/ for full documentation.

Usage

elasticache_create_cache_parameter_group(
  CacheParameterGroupName,
  CacheParameterGroupFamily,
  Description,
  Tags = NULL
)

Arguments

CacheParameterGroupName

[required] A user-specified name for the cache parameter group.

CacheParameterGroupFamily

[required] 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

Description

[required] A user-specified description for the cache parameter group.

Tags

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.


paws.database documentation built on Sept. 12, 2024, 6:37 a.m.