Values.CreateRelationalDatabaseSnapshotRequestSourceCreates 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. The create relational database snapshot operation supports tag-based access control via request tags. For more information, see the Amazon Lightsail Developer Guide.
type nonrec t = {relationalDatabaseName : ResourceName.t;The name of the database on which to base your new snapshot.
*)relationalDatabaseSnapshotName : ResourceName.t;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.
*)}val make :
?tags:??? ->
relationalDatabaseName:ResourceName.t ->
relationalDatabaseSnapshotName:ResourceName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of ResourceName.t ])
list ]