 Declaration Syntax
 Declaration Syntax| C# | 
public class EnableSnapshotCopyRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | EnableSnapshotCopyRequest()()()() | Initializes a new instance of the EnableSnapshotCopyRequest class | 
|  | ClusterIdentifier | 
            Gets and sets the property ClusterIdentifier. 
             The unique identifier of the source cluster to copy snapshots from. Constraints: Must be the valid name of an existing cluster that does not already have cross-region snapshot copy enabled. | 
|  | DestinationRegion | 
            Gets and sets the property DestinationRegion. 
             The destination region that you want to copy snapshots to. Constraints: Must be the name of a valid region. For more information, see Regions and Endpoints in the Amazon Web Services General Reference. | 
|  | 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.) | 
|  | RetentionPeriod | 
            Gets and sets the property RetentionPeriod. 
             The number of days to retain automated snapshots in the destination region after they are copied from the source region. Default: 7. Constraints: Must be at least 1 and no more than 35. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithClusterIdentifier(String) | Obsolete. 
            Sets the ClusterIdentifier property
             | 
|  | WithDestinationRegion(String) | Obsolete. 
            Sets the DestinationRegion property
             | 
|  | WithRetentionPeriod(Int32) | Obsolete. 
            Sets the RetentionPeriod property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | EnableSnapshotCopyRequest | |