Description Usage Arguments Value Request syntax
View source: R/elasticache_operations.R
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.
1 2 | elasticache_reset_cache_parameter_group(CacheParameterGroupName,
ResetAllParameters, ParameterNameValues)
|
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
|
A list with the following syntax:
1 2 3 | list(
CacheParameterGroupName = "string"
)
|
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.