paws.compute (version 0.1.0)

lightsail_stop_relational_database: Stops a specific database that is currently running in Amazon Lightsail

Description

Stops a specific database that is currently running in Amazon Lightsail.

Usage

lightsail_stop_relational_database(relationalDatabaseName,
  relationalDatabaseSnapshotName)

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.

Request syntax

svc$stop_relational_database(
  relationalDatabaseName = "string",
  relationalDatabaseSnapshotName = "string"
)

Details

The stop relational database operation supports tag-based access control via resource tags applied to the resource identified by relationalDatabaseName. For more information, see the Lightsail Dev Guide.