View source: R/neptune_operations.R
neptune_create_db_cluster_snapshot | R Documentation |
Creates a snapshot of a DB cluster.
See https://www.paws-r-sdk.com/docs/neptune_create_db_cluster_snapshot/ for full documentation.
neptune_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 is not 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.