View source: R/neptune_operations.R
neptune_delete_db_instance | R Documentation |
The DeleteDBInstance action deletes a previously provisioned DB instance. When you delete a DB instance, all automated backups for that instance are deleted and can't be recovered. Manual DB snapshots of the DB instance to be deleted by delete_db_instance
are not deleted.
See https://www.paws-r-sdk.com/docs/neptune_delete_db_instance/ for full documentation.
neptune_delete_db_instance(
DBInstanceIdentifier,
SkipFinalSnapshot = NULL,
FinalDBSnapshotIdentifier = NULL
)
DBInstanceIdentifier |
[required] The DB instance identifier for the DB instance to be deleted. This parameter isn't case-sensitive. Constraints:
|
SkipFinalSnapshot |
Determines whether a final DB snapshot is created before the DB instance
is deleted. If Note that when a DB instance is in a failure state and has a status of 'failed', 'incompatible-restore', or 'incompatible-network', it can only be deleted when the SkipFinalSnapshot parameter is set to "true". Specify The FinalDBSnapshotIdentifier parameter must be specified if
SkipFinalSnapshot is Default: |
FinalDBSnapshotIdentifier |
The DBSnapshotIdentifier of the new DBSnapshot created when
SkipFinalSnapshot is set to Specifying this parameter and also setting the SkipFinalShapshot parameter to true results in an error. Constraints:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.