View source: R/memorydb_operations.R
memorydb_failover_shard | R Documentation |
Used to failover a shard. This API is designed for testing the behavior of your application in case of MemoryDB failover. It is not designed to be used as a production-level tool for initiating a failover to overcome a problem you may have with the cluster. Moreover, in certain conditions such as large scale operational events, Amazon may block this API.
See https://www.paws-r-sdk.com/docs/memorydb_failover_shard/ for full documentation.
memorydb_failover_shard(ClusterName, ShardName)
ClusterName |
[required] The cluster being failed over |
ShardName |
[required] The name of the shard |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.