View source: R/elasticache_operations.R
elasticache_reset_cache_parameter_group | R Documentation |
Modifies the parameters of a cache parameter group to the engine or system default value. You can reset specific parameters by submitting a list of parameter names. To reset the entire cache parameter group, specify the ResetAllParameters
and CacheParameterGroupName
parameters.
See https://www.paws-r-sdk.com/docs/elasticache_reset_cache_parameter_group/ for full documentation.
elasticache_reset_cache_parameter_group(
CacheParameterGroupName,
ResetAllParameters = NULL,
ParameterNameValues = NULL
)
CacheParameterGroupName |
[required] The name of the cache parameter group to reset. |
ResetAllParameters |
If Valid values: |
ParameterNameValues |
An array of parameter names to reset to their default values. If
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.