Deletes a DB cluster snapshot. If the snapshot is being copied, the copy operation is terminated.
The DB cluster snapshot must be in the available
state to be deleted.
neptune_delete_db_cluster_snapshot(DBClusterSnapshotIdentifier)
[required] The identifier of the DB cluster snapshot to delete.
Constraints: Must be the name of an existing DB cluster snapshot in the
available
state.
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 ) )
svc$delete_db_cluster_snapshot( DBClusterSnapshotIdentifier = "string" )