Creates a snapshot of a DB cluster. For more information on Amazon Aurora, see What Is Amazon Aurora? in the Amazon Aurora User Guide.
This action only applies to Aurora DB clusters.
rds_create_db_cluster_snapshot(DBClusterSnapshotIdentifier,
DBClusterIdentifier, Tags)
[required] The identifier of the DB cluster snapshot. This parameter is stored as a lowercase string.
Constraints:
Must contain from 1 to 63 letters, numbers, or hyphens.
First character must be a letter.
Can't end with a hyphen or contain two consecutive hyphens.
Example: my-cluster1-snapshot1
[required] The identifier of the DB cluster to create a snapshot for. This parameter isn't case-sensitive.
Constraints:
Must match the identifier of an existing DBCluster.
Example: my-cluster1
The tags to be assigned to the DB cluster snapshot.
A list with the following syntax:
list( DBClusterSnapshot = list( AvailabilityZones = list( "string" ), DBClusterSnapshotIdentifier = "string", DBClusterIdentifier = "string", SnapshotCreateTime = as.POSIXct( "2015-01-01" ), Engine = "string", AllocatedStorage = 123, Status = "string", Port = 123, VpcId = "string", ClusterCreateTime = as.POSIXct( "2015-01-01" ), MasterUsername = "string", EngineVersion = "string", LicenseModel = "string", SnapshotType = "string", PercentProgress = 123, StorageEncrypted = TRUE|FALSE, KmsKeyId = "string", DBClusterSnapshotArn = "string", SourceDBClusterSnapshotArn = "string", IAMDatabaseAuthenticationEnabled = TRUE|FALSE, TagList = list( list( Key = "string", Value = "string" ) ) ) )
svc$create_db_cluster_snapshot( DBClusterSnapshotIdentifier = "string", DBClusterIdentifier = "string", Tags = list( list( Key = "string", Value = "string" ) ) )