docdb_remove_from_global_cluster: Detaches an Amazon DocumentDB secondary cluster from a global...

View source: R/docdb_operations.R

docdb_remove_from_global_clusterR 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.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.