rds_create_db_snapshot: Creates a snapshot of a DB instance

View source: R/rds_operations.R

rds_create_db_snapshotR Documentation

Creates a snapshot of a DB instance

Description

Creates a snapshot of a DB instance. The source DB instance must be in the available or storage-optimization state.

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

Usage

rds_create_db_snapshot(DBSnapshotIdentifier, DBInstanceIdentifier, Tags = NULL)

Arguments

DBSnapshotIdentifier

[required] The identifier for the DB snapshot.

Constraints:

  • Can't be null, empty, or blank

  • Must contain from 1 to 255 letters, numbers, or hyphens

  • First character must be a letter

  • Can't end with a hyphen or contain two consecutive hyphens

Example: my-snapshot-id

DBInstanceIdentifier

[required] The identifier of the DB instance that you want to create the snapshot of.

Constraints:

  • Must match the identifier of an existing DBInstance.

Tags

paws.database documentation built on Sept. 12, 2023, 1:21 a.m.