View source: R/elasticache_operations.R
elasticache_reboot_cache_cluster | R Documentation |
Reboots some, or all, of the cache nodes within a provisioned cluster. This operation applies any modified cache parameter groups to the cluster. The reboot operation takes place as soon as possible, and results in a momentary outage to the cluster. During the reboot, the cluster status is set to REBOOTING.
See https://www.paws-r-sdk.com/docs/elasticache_reboot_cache_cluster/ for full documentation.
elasticache_reboot_cache_cluster(CacheClusterId, CacheNodeIdsToReboot)
CacheClusterId |
[required] The cluster identifier. This parameter is stored as a lowercase string. |
CacheNodeIdsToReboot |
[required] A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.