neptune_remove_from_global_cluster: Detaches a Neptune DB cluster from a Neptune global database

View source: R/neptune_operations.R

neptune_remove_from_global_clusterR Documentation

Detaches a Neptune DB cluster from a Neptune global database

Description

Detaches a Neptune DB cluster from a Neptune global database. A secondary cluster becomes a normal standalone cluster with read-write capability instead of being read-only, and no longer receives data from a the primary cluster.

See https://www.paws-r-sdk.com/docs/neptune_remove_from_global_cluster/ for full documentation.

Usage

neptune_remove_from_global_cluster(
  GlobalClusterIdentifier,
  DbClusterIdentifier
)

Arguments

GlobalClusterIdentifier

[required] The identifier of the Neptune global database from which to detach the specified Neptune DB cluster.

DbClusterIdentifier

[required] The Amazon Resource Name (ARN) identifying the cluster to be detached from the Neptune global database cluster.


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