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
)
[required] The name of the database on which to base your new snapshot.
[required] The name for your new database snapshot.
Constraints:
Must contain from 2 to 255 alphanumeric characters, or hyphens.
The first and last character must be a letter or number.
The tag keys and optional values to add to the resource during create.
Use the tag_resource
action to tag a
resource after it's created.