lightsail_stop_relational_database {paws.compute} | R Documentation |
Stops a specific database that is currently running in Amazon Lightsail
Description
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.
Usage
lightsail_stop_relational_database(
relationalDatabaseName,
relationalDatabaseSnapshotName = NULL
)
Arguments
relationalDatabaseName |
[required] The name of your database to stop. |
relationalDatabaseSnapshotName |
The name of your new database snapshot to be created before stopping your database. |
[Package paws.compute version 0.9.0 Index]