Container for the parameters to the CreateClusterSnapshot operation.
            Creates a manual snapshot of the specified cluster.         The cluster must
            be in the  CopyC# state.
CopyC# state.        
            
                    
            
 CopyC#
CopyC#available
For more information about working with snapshots, go to Amazon Redshift Snapshots in the Amazon Redshift Management Guide.
 Declaration Syntax
 Declaration Syntax| C# | 
public class CreateClusterSnapshotRequest : AmazonWebServiceRequest
 Members
 Members| 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
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | CreateClusterSnapshotRequest | |