View source: R/elasticache_operations.R
elasticache_delete_replication_group | R Documentation |
Deletes an existing replication group. By default, this operation deletes the entire replication group, including the primary/primaries and all of the read replicas. If the replication group has only one primary, you can optionally delete only the read replicas, while retaining the primary by setting RetainPrimaryCluster=true
.
See https://www.paws-r-sdk.com/docs/elasticache_delete_replication_group/ for full documentation.
elasticache_delete_replication_group(
ReplicationGroupId,
RetainPrimaryCluster = NULL,
FinalSnapshotIdentifier = NULL
)
ReplicationGroupId |
[required] The identifier for the cluster to be deleted. This parameter is not case sensitive. |
RetainPrimaryCluster |
If set to |
FinalSnapshotIdentifier |
The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.