
available
Unlike automated snapshots, manual snapshots are retained even after you delete your cluster. Amazon Redshift does not delete your manual snapshots. You must delete manual snapshot explicitly to avoid getting charged. If other accounts are authorized to access the snapshot, you must revoke all of the authorizations before you can delete the snapshot.

C# |
public class DeleteClusterSnapshotRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | DeleteClusterSnapshotRequest()()()() | Initializes a new instance of the DeleteClusterSnapshotRequest class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | SnapshotClusterIdentifier |
Gets and sets the property SnapshotClusterIdentifier.
The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name. Constraints: Must be the name of valid cluster. |
![]() | SnapshotIdentifier |
Gets and sets the property SnapshotIdentifier.
The unique identifier of the manual snapshot to be deleted.
Constraints: Must be the name of an existing snapshot that is in the |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithSnapshotClusterIdentifier(String) | Obsolete.
Sets the SnapshotClusterIdentifier property
|
![]() | WithSnapshotIdentifier(String) | Obsolete.
Sets the SnapshotIdentifier property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | DeleteClusterSnapshotRequest |