View source: R/lightsail_operations.R
lightsail_create_relational_database_from_snapshot | R Documentation |
Creates a new database from an existing database snapshot in Amazon Lightsail.
See https://www.paws-r-sdk.com/docs/lightsail_create_relational_database_from_snapshot/ for full documentation.
lightsail_create_relational_database_from_snapshot(
relationalDatabaseName,
availabilityZone = NULL,
publiclyAccessible = NULL,
relationalDatabaseSnapshotName = NULL,
relationalDatabaseBundleId = NULL,
sourceRelationalDatabaseName = NULL,
restoreTime = NULL,
useLatestRestorableTime = NULL,
tags = NULL
)
relationalDatabaseName |
[required] The name to use for your new Lightsail database resource. Constraints:
|
availabilityZone |
The Availability Zone in which to create your new database. Use the
You can get a list of Availability Zones by using the |
publiclyAccessible |
Specifies the accessibility options for your new database. A value of
|
relationalDatabaseSnapshotName |
The name of the database snapshot from which to create your new database. |
relationalDatabaseBundleId |
The bundle ID for your new database. A bundle describes the performance specifications for your database. You can get a list of database bundle IDs by using the
When creating a new database from a snapshot, you cannot choose a bundle that is smaller than the bundle of the source database. |
sourceRelationalDatabaseName |
The name of the source database. |
restoreTime |
The date and time to restore your database from. Constraints:
|
useLatestRestorableTime |
Specifies whether your database is restored from the latest backup time.
A value of Default: Constraints: Cannot be specified if the |
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.