Creates a manual snapshot of the specified cluster. The cluster must
be in the
CopyC# state.

available
For more information about working with snapshots, go to Amazon Redshift Snapshots in the Amazon Redshift Management Guide.

C# |
CreateClusterSnapshotResponse CreateClusterSnapshot( CreateClusterSnapshotRequest request )

- request (CreateClusterSnapshotRequest)
- Container for the necessary parameters to execute the CreateClusterSnapshot service method.

The response from the CreateClusterSnapshot service method, as returned by Redshift.

Exception | Condition |
---|---|
ClusterNotFoundException |
The ClusterIdentifier parameter does not refer to an existing cluster.
|
ClusterSnapshotAlreadyExistsException |
The value specified as a snapshot identifier is already used by an existing
snapshot.
|
ClusterSnapshotQuotaExceededException |
The request would result in the user exceeding the allowed number of cluster
snapshots.
|
InvalidClusterStateException |
The specified cluster is not in the ![]() available |