View source: R/neptune_operations.R
neptune_delete_db_cluster | R Documentation |
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.
See https://www.paws-r-sdk.com/docs/neptune_delete_db_cluster/ for full documentation.
neptune_delete_db_cluster(
DBClusterIdentifier,
SkipFinalSnapshot = NULL,
FinalDBSnapshotIdentifier = NULL
)
DBClusterIdentifier |
[required] The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive. Constraints:
|
SkipFinalSnapshot |
Determines whether a final DB cluster snapshot is created before the DB
cluster is deleted. If You must specify a Default: |
FinalDBSnapshotIdentifier |
The DB cluster snapshot identifier of the new DB cluster snapshot
created when Specifying this parameter and also setting the Constraints:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.