Creates a snapshot of a cluster
Creates a snapshot of a cluster.
See https://www.paws-r-sdk.com/docs/docdb_create_db_cluster_snapshot/ for full documentation.
docdb_create_db_cluster_snapshot( DBClusterSnapshotIdentifier, DBClusterIdentifier, Tags = NULL )
DBClusterSnapshotIdentifier
: [required] The identifier of the cluster snapshot. This parameter is stored as a lowercase string.
Constraints:
Example: my-cluster-snapshot1
DBClusterIdentifier
: [required] The identifier of the cluster to create a snapshot for. This parameter is not case sensitive.
Constraints:
DBCluster
.Example: my-cluster
Tags
: The tags to be assigned to the cluster snapshot.
Useful links