Detaches an Aurora secondary cluster from an Aurora global database cluster. The cluster becomes a standalone cluster with read-write capability instead of being read-only and receiving data from a primary cluster in a different region.
rds_remove_from_global_cluster(GlobalClusterIdentifier,
DbClusterIdentifier)
The cluster identifier to detach from the Aurora global database cluster.
The Amazon Resource Name (ARN) identifying the cluster that was detached from the Aurora global database cluster.
svc$remove_from_global_cluster( GlobalClusterIdentifier = "string", DbClusterIdentifier = "string" )
This action only applies to Aurora DB clusters.