Values_1.RemoveFromGlobalClusterMessageSourceDetaches 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. This operation only applies to Aurora DB clusters.
type nonrec t = {globalClusterIdentifier : Values_0.GlobalClusterIdentifier.t;The cluster identifier to detach from the Aurora global database cluster.
*)dbClusterIdentifier : Values_0.String_.t;The Amazon Resource Name (ARN) identifying the cluster that was detached from the Aurora global database cluster.
*)}val make :
globalClusterIdentifier:Values_0.GlobalClusterIdentifier.t ->
dbClusterIdentifier:Values_0.String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.GlobalClusterIdentifier.t ]) list ]