AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Container for the parameters to the DeleteReplicationGroup operation. The DeleteReplicationGroup action deletes an existing replication group. By default, this action deletes the entire replication group, including the primary cluster and all of the read replicas. You can optionally delete only the read replicas, while retaining the primary cluster.

When you receive a successful response from this action, Amazon ElastiCache immediately begins deleting the selected resources; you cannot cancel or revert this action.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElastiCache.AmazonElastiCacheRequest
      Amazon.ElastiCache.Model.DeleteReplicationGroupRequest

Namespace: Amazon.ElastiCache.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DeleteReplicationGroupRequest : AmazonElastiCacheRequest
         IRequestEvents

The DeleteReplicationGroupRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property FinalSnapshotIdentifier System.String Gets and sets the property FinalSnapshotIdentifier.

The name of a final node group 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 cluster is immediately deleted.

Public Property ReplicationGroupId System.String Gets and sets the property ReplicationGroupId.

The identifier for the cluster to be deleted. This parameter is not case sensitive.

Public Property RetainPrimaryCluster System.Boolean Gets and sets the property RetainPrimaryCluster.

If set to true, all of the read replicas will be deleted, but the primary node will be retained.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8