View source: R/lightsail_operations.R
lightsail_delete_relational_database | R Documentation |
Deletes a database in Amazon Lightsail.
See https://www.paws-r-sdk.com/docs/lightsail_delete_relational_database/ for full documentation.
lightsail_delete_relational_database(
relationalDatabaseName,
skipFinalSnapshot = NULL,
finalRelationalDatabaseSnapshotName = NULL
)
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:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.