AWS SDK for .NET Documentation
DeleteReplicationGroupRequest Class
AmazonAmazon.ElastiCache.ModelDeleteReplicationGroupRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DeleteReplicationGroup operation.

The DeleteReplicationGroup operation deletes an existing replication group. By default, this operation deletes the entire replication group, including the primary cache cluster and all of the read replicas. You can optionally delete only the read replicas, while retaining the primary cache cluster.

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

Declaration Syntax
C#
public class DeleteReplicationGroupRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DeleteReplicationGroupRequest()()()()
Initializes a new instance of the DeleteReplicationGroupRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FinalSnapshotIdentifier
The name of a final cache cluster snapshot. ElastiCache creates the snapshot from the primary cluster in the replication group, 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 deleted immediately afterward.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ReplicationGroupId
The identifier for the replication group to be deleted. This parameter is not case sensitive.

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

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithFinalSnapshotIdentifier(String) Obsolete.
Sets the FinalSnapshotIdentifier property

WithReplicationGroupId(String) Obsolete.
Sets the ReplicationGroupId property

WithRetainPrimaryCluster(Boolean) Obsolete.
Sets the RetainPrimaryCluster property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DeleteReplicationGroupRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)