Amazon.RDS.AmazonRDSClient.DeleteDBCluster C# (CSharp) Method

DeleteDBCluster() public method

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 cannot be recovered. Manual DB cluster snapshots of the specified DB cluster are not deleted.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

/// DBClusterIdentifier does not refer to an existing DB cluster. /// /// User already has a DB cluster snapshot with the given identifier. /// /// The supplied value is not a valid DB cluster snapshot state. /// /// The DB cluster is not in a valid state. /// /// Request would result in user exceeding the allowed number of DB snapshots. ///
public DeleteDBCluster ( DeleteDBClusterRequest request ) : DeleteDBClusterResponse
request Amazon.RDS.Model.DeleteDBClusterRequest Container for the necessary parameters to execute the DeleteDBCluster service method.
return Amazon.RDS.Model.DeleteDBClusterResponse
        public DeleteDBClusterResponse DeleteDBCluster(DeleteDBClusterRequest request)
        {
            var marshaller = new DeleteDBClusterRequestMarshaller();
            var unmarshaller = DeleteDBClusterResponseUnmarshaller.Instance;

            return Invoke<DeleteDBClusterRequest,DeleteDBClusterResponse>(request, marshaller, unmarshaller);
        }
AmazonRDSClient