neptune_create_db_cluster_snapshot {paws.database} | R Documentation |
Creates a snapshot of a DB cluster
Description
Creates a snapshot of a DB cluster.
See https://www.paws-r-sdk.com/docs/neptune_create_db_cluster_snapshot/ for full documentation.
Usage
neptune_create_db_cluster_snapshot(
DBClusterSnapshotIdentifier,
DBClusterIdentifier,
Tags = NULL
)
Arguments
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. |
[Package paws.database version 0.6.0 Index]