lightsail_create_relational_database_snapshot: Creates a snapshot of your database in Amazon Lightsail

View source: R/lightsail_operations.R

lightsail_create_relational_database_snapshotR Documentation

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.

See https://www.paws-r-sdk.com/docs/lightsail_create_relational_database_snapshot/ for full documentation.

Usage

lightsail_create_relational_database_snapshot(
  relationalDatabaseName,
  relationalDatabaseSnapshotName,
  tags = NULL
)

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.

Use the tag_resource action to tag a resource after it's created.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.