View source: R/rds_operations.R
rds_create_db_cluster_snapshot | R Documentation |
Creates a snapshot of a DB cluster.
See https://www.paws-r-sdk.com/docs/rds_create_db_cluster_snapshot/ for full documentation.
rds_create_db_cluster_snapshot(
DBClusterSnapshotIdentifier,
DBClusterIdentifier,
Tags = NULL
)
DBClusterSnapshotIdentifier |
[required] The identifier of the DB cluster snapshot. This parameter is stored as a lowercase string. Constraints:
Example: |
DBClusterIdentifier |
[required] The identifier of the DB cluster to create a snapshot for. This parameter isn't case-sensitive. Constraints:
Example: |
Tags |
The tags to be assigned to the DB cluster snapshot. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.