View source: R/lightsail_operations.R
lightsail_stop_relational_database | R Documentation |
Stops a specific database that is currently running in Amazon Lightsail.
See https://www.paws-r-sdk.com/docs/lightsail_stop_relational_database/ for full documentation.
lightsail_stop_relational_database(
relationalDatabaseName,
relationalDatabaseSnapshotName = NULL
)
relationalDatabaseName |
[required] The name of your database to stop. |
relationalDatabaseSnapshotName |
The name of your new database snapshot to be created before stopping your database. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.