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

The DeleteCacheCluster operation 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 operation, Amazon ElastiCache immediately begins deleting the cache cluster; you cannot cancel or revert this operation.

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



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

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

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, and then deletes the cache cluster 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.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCacheClusterId(String) Obsolete.
Sets the CacheClusterId property

WithFinalSnapshotIdentifier(String) Obsolete.
Sets the FinalSnapshotIdentifier property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DeleteCacheClusterRequest
See Also

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