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.
If you want to shut down the cluster and retain it for future use, set SkipFinalClusterSnapshot
to false
and specify a name for FinalClusterSnapshotIdentifier.
You can later restore this snapshot to resume using the cluster. If a final cluster
snapshot is requested, the status of the cluster will be "final-snapshot" while the
snapshot is being taken, then it's "deleting" once Amazon Redshift begins deleting
the cluster.
For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide .
Namespace: Amazon.Redshift.Model
Assembly: AWSSDK.dll
Version: (assembly version)
public class DeleteClusterRequest : AmazonRedshiftRequest IRequestEvents
The DeleteClusterRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
DeleteClusterRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
ClusterIdentifier | System.String |
Gets and sets the property ClusterIdentifier.
The identifier of the cluster to be deleted. Constraints:
|
![]() |
FinalClusterSnapshotIdentifier | System.String |
Gets and sets the property FinalClusterSnapshotIdentifier.
The identifier of the final snapshot that is to be created immediately before deleting
the cluster. If this parameter is provided, SkipFinalClusterSnapshot must be
Constraints:
|
![]() |
SkipFinalClusterSnapshot | System.Boolean |
Gets and sets the property SkipFinalClusterSnapshot.
Determines whether a final snapshot of the cluster is created before Amazon Redshift
deletes the cluster. If false .
Default: |
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8