Learn R Programming

paws.database (version 0.1.9)

elasticache_disassociate_global_replication_group: Remove a secondary cluster from the Global Datastore using the Global Datastore name

Description

Remove a secondary cluster from the Global Datastore using the Global Datastore name. The secondary cluster will no longer receive updates from the primary cluster, but will remain as a standalone cluster in that AWS region.

Usage

elasticache_disassociate_global_replication_group(
  GlobalReplicationGroupId, ReplicationGroupId, ReplicationGroupRegion)

Arguments

GlobalReplicationGroupId

[required] The name of the Global Datastore

ReplicationGroupId

[required] The name of the secondary cluster you wish to remove from the Global Datastore

ReplicationGroupRegion

[required] The AWS region of secondary cluster you wish to remove from the Global Datastore

Request syntax

svc$disassociate_global_replication_group(
  GlobalReplicationGroupId = "string",
  ReplicationGroupId = "string",
  ReplicationGroupRegion = "string"
)