AWS SDK for .NET Documentation
EnableSnapshotCopyRequest Class
AmazonAmazon.Redshift.ModelEnableSnapshotCopyRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the EnableSnapshotCopy operation. Enables the automatic copy of snapshots from one region to another region for a specified cluster.
Declaration Syntax
C#
public class EnableSnapshotCopyRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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
Object
AmazonWebServiceRequest
 EnableSnapshotCopyRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)