elasticache_modify_cache_parameter_group: Modifies the parameters of a cache parameter group

View source: R/elasticache_operations.R

elasticache_modify_cache_parameter_groupR Documentation

Modifies the parameters of a cache parameter group

Description

Modifies the parameters of a cache parameter group. You can modify up to 20 parameters in a single request by submitting a list parameter name and value pairs.

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

Usage

elasticache_modify_cache_parameter_group(
  CacheParameterGroupName,
  ParameterNameValues
)

Arguments

CacheParameterGroupName

[required] The name of the cache parameter group to modify.

ParameterNameValues

[required] An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.


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