paws.compute (version 0.1.0)

lightsail_create_relational_database_snapshot: Creates a snapshot of your database in Amazon Lightsail

Description

Creates 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.

Usage

lightsail_create_relational_database_snapshot(relationalDatabaseName,
  relationalDatabaseSnapshotName, tags)

Arguments

relationalDatabaseName

[required] The name of the database on which to base your new snapshot.

relationalDatabaseSnapshotName

[required] 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.

tags

The tag keys and optional values to add to the resource during create.

To tag a resource after it has been created, see the tag resource operation.

Request syntax

svc$create_relational_database_snapshot(
  relationalDatabaseName = "string",
  relationalDatabaseSnapshotName = "string",
  tags = list(
    list(
      key = "string",
      value = "string"
    )
  )
)

Details

The create relational database snapshot operation supports tag-based access control via request tags. For more information, see the Lightsail Dev Guide.