View source: R/elasticache_operations.R
elasticache_test_failover | R Documentation |
Represents the input of a test_failover
operation which tests automatic failover on a specified node group (called shard in the console) in a replication group (called cluster in the console).
See https://www.paws-r-sdk.com/docs/elasticache_test_failover/ for full documentation.
elasticache_test_failover(ReplicationGroupId, NodeGroupId)
ReplicationGroupId |
[required] The name of the replication group (console: cluster) whose automatic failover is being tested by this operation. |
NodeGroupId |
[required] The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 15 node groups in any rolling 24-hour period. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.