Amazon.RDS.AmazonRDSClient.CopyDBClusterSnapshot C# (CSharp) Method

CopyDBClusterSnapshot() public method

Creates a snapshot of a DB cluster. For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.
/// User already has a DB cluster snapshot with the given identifier. /// /// DBClusterSnapshotIdentifier does not refer to an existing DB cluster snapshot. /// /// The supplied value is not a valid DB cluster snapshot state. /// /// The DB cluster is not in a valid state. /// /// Error accessing KMS key. /// /// Request would result in user exceeding the allowed number of DB snapshots. ///
public CopyDBClusterSnapshot ( CopyDBClusterSnapshotRequest request ) : CopyDBClusterSnapshotResponse
request Amazon.RDS.Model.CopyDBClusterSnapshotRequest Container for the necessary parameters to execute the CopyDBClusterSnapshot service method.
return Amazon.RDS.Model.CopyDBClusterSnapshotResponse
        public CopyDBClusterSnapshotResponse CopyDBClusterSnapshot(CopyDBClusterSnapshotRequest request)
        {
            var marshaller = new CopyDBClusterSnapshotRequestMarshaller();
            var unmarshaller = CopyDBClusterSnapshotResponseUnmarshaller.Instance;

            return Invoke<CopyDBClusterSnapshotRequest,CopyDBClusterSnapshotResponse>(request, marshaller, unmarshaller);
        }
AmazonRDSClient