memorydb_failover_shard {paws.database}R Documentation

Used to failover a shard

Description

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.

Usage

memorydb_failover_shard(ClusterName, ShardName)

Arguments

ClusterName

[required] The cluster being failed over.

ShardName

[required] The name of the shard.


[Package paws.database version 0.9.0 Index]