Container for the parameters to the CreateClusterSnapshot operation.
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# |
public class CreateClusterSnapshotRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | CreateClusterSnapshotRequest()()()() | Initializes a new instance of the CreateClusterSnapshotRequest class |
![]() | ClusterIdentifier |
Gets and sets the property ClusterIdentifier.
The cluster identifier for which you want a snapshot. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | SnapshotIdentifier |
Gets and sets the property SnapshotIdentifier.
A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the AWS account. Constraints:
Example: |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithClusterIdentifier(String) | Obsolete.
Sets the ClusterIdentifier property
|
![]() | WithSnapshotIdentifier(String) | Obsolete.
Sets the SnapshotIdentifier property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | CreateClusterSnapshotRequest |