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 3.5
 
Container for the parameters to the DeleteCacheCluster operation. The DeleteCacheCluster action deletes a previously provisioned cache cluster. DeleteCacheCluster deletes all associated cache nodes, node endpoints and the cache cluster itself. When you receive a successful response from this action, Amazon ElastiCache immediately begins deleting the cache cluster; you cannot cancel or revert this action.

This API cannot be used to delete a cache cluster that is the last read replica of a replication group that has Multi-AZ mode enabled.

Inheritance Hierarchy

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

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

Syntax

C#
public class DeleteCacheClusterRequest : AmazonElastiCacheRequest
         IRequestEvents

The DeleteCacheClusterRequest type exposes the following members

Constructors

NameDescription
Public Method DeleteCacheClusterRequest() Empty constructor used to set properties independently even when a simple constructor is available
Public Method DeleteCacheClusterRequest(string) Instantiates DeleteCacheClusterRequest with the parameterized properties

Properties

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

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

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

The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.

Version Information

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

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