docdb_remove_from_global_cluster {paws.database} | R Documentation |
Detaches an Amazon DocumentDB secondary cluster from a global cluster
Description
Detaches an Amazon DocumentDB secondary cluster from a global cluster. The cluster becomes a standalone cluster with read-write capability instead of being read-only and receiving data from a primary in a different region.
See https://www.paws-r-sdk.com/docs/docdb_remove_from_global_cluster/ for full documentation.
Usage
docdb_remove_from_global_cluster(GlobalClusterIdentifier, DbClusterIdentifier)
Arguments
GlobalClusterIdentifier |
[required] The cluster identifier to detach from the Amazon DocumentDB global cluster. |
DbClusterIdentifier |
[required] The Amazon Resource Name (ARN) identifying the cluster that was detached from the Amazon DocumentDB global cluster. |
[Package paws.database version 0.6.0 Index]