docdb_create_db_cluster_snapshot: Creates a snapshot of a cluster

View source: R/docdb_operations.R

docdb_create_db_cluster_snapshotR Documentation

Creates a snapshot of a cluster

Description

Creates a snapshot of a cluster.

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

Usage

docdb_create_db_cluster_snapshot(
  DBClusterSnapshotIdentifier,
  DBClusterIdentifier,
  Tags = NULL
)

Arguments

DBClusterSnapshotIdentifier

[required] The identifier of the cluster snapshot. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 letters, numbers, or hyphens.

  • The first character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: my-cluster-snapshot1

DBClusterIdentifier

[required] The identifier of the cluster to create a snapshot for. This parameter is not case sensitive.

Constraints:

  • Must match the identifier of an existing DBCluster.

Example: my-cluster

Tags

The tags to be assigned to the cluster snapshot.


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