View source: R/docdb_operations.R
docdb_remove_from_global_cluster | R Documentation |
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.
docdb_remove_from_global_cluster(GlobalClusterIdentifier, DbClusterIdentifier)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.