Creates a snapshot of your database in Amazon Lightsail
Source:R/lightsail_operations.R
lightsail_create_relational_database_snapshot.RdCreates 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.
Usage
lightsail_create_relational_database_snapshot(
relationalDatabaseName,
relationalDatabaseSnapshotName,
tags = NULL
)Arguments
- relationalDatabaseName
[required] The name of the database on which to base your new snapshot.
- relationalDatabaseSnapshotName
[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_resourceaction to tag a resource after it's created.