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.
Container for the parameters to the DeleteDBCluster operation. The DeleteDBCluster action deletes a previously provisioned DB cluster. When you delete a DB cluster, all automated backups for that DB cluster are deleted and can't be recovered. Manual DB cluster snapshots of the specified DB cluster are not deleted.
If you're deleting a Multi-AZ DB cluster with read replicas, all cluster members are terminated and read replicas are promoted to standalone instances.
For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.
For more information on Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the Amazon RDS User Guide.
Namespace: Amazon.RDS.Model
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z
public class DeleteDBClusterRequest : AmazonRDSRequest IAmazonWebServiceRequest
The DeleteDBClusterRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
DeleteDBClusterRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
DBClusterIdentifier | System.String |
Gets and sets the property DBClusterIdentifier. The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive. Constraints:
|
![]() |
DeleteAutomatedBackups | System.Boolean |
Gets and sets the property DeleteAutomatedBackups. Specifies whether to remove automated backups immediately after the DB cluster is deleted. This parameter isn't case-sensitive. The default is to remove automated backups immediately after the DB cluster is deleted, unless the Amazon Web Services Backup policy specifies a point-in-time restore rule. |
![]() |
FinalDBSnapshotIdentifier | System.String |
Gets and sets the property FinalDBSnapshotIdentifier.
The DB cluster snapshot identifier of the new DB cluster snapshot created when
If you specify this parameter and also skip the creation of a final DB cluster snapshot
with the Constraints:
|
![]() |
SkipFinalSnapshot | System.Boolean |
Gets and sets the property SkipFinalSnapshot.
Specifies whether to skip the creation of a final DB cluster snapshot before RDS deletes
the DB cluster. If you set this value to
If |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5