View source: R/lightsail_operations.R
lightsail_create_relational_database_snapshot | R Documentation |
Creates a snapshot of your database in Amazon Lightsail. You can use snapshots for backups, to make copies of a database, and to save data before deleting a database.
See https://www.paws-r-sdk.com/docs/lightsail_create_relational_database_snapshot/ for full documentation.
lightsail_create_relational_database_snapshot(
relationalDatabaseName,
relationalDatabaseSnapshotName,
tags = NULL
)
relationalDatabaseName |
[required] The name of the database on which to base your new snapshot. |
relationalDatabaseSnapshotName |
[required] The name for your new database snapshot. Constraints:
|
tags |
The tag keys and optional values to add to the resource during create. Use the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.