lightsail_delete_relational_database {paws.compute} | R Documentation |
Deletes a database in Amazon Lightsail
Description
Deletes a database in Amazon Lightsail.
See https://www.paws-r-sdk.com/docs/lightsail_delete_relational_database/ for full documentation.
Usage
lightsail_delete_relational_database(
relationalDatabaseName,
skipFinalSnapshot = NULL,
finalRelationalDatabaseSnapshotName = NULL
)
Arguments
relationalDatabaseName |
[required] The name of the database that you are deleting. |
skipFinalSnapshot |
Determines whether a final database snapshot is created before your
database is deleted. If You must specify the Default: |
finalRelationalDatabaseSnapshotName |
The name of the database snapshot created if Specifying this parameter and also specifying the Constraints:
|