Creates a snapshot of a DB cluster
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: my-cluster1-snapshot1
DBClusterIdentifier
: [required] The identifier of the DB cluster to create a snapshot for. This parameter isn't case-sensitive.
Constraints:
Example: my-cluster1
Tags
: The tags to be assigned to the DB cluster snapshot.
Useful links