AWS SDK for .NET Documentation
ClusterSnapshotCopyStatus Class
AmazonAmazon.Redshift.ModelClusterSnapshotCopyStatus Did this page help you?   Yes   No    Tell us about it...
Returns the destination region and retention period that are configured for cross-region snapshot copy.
Declaration Syntax
C#
public class ClusterSnapshotCopyStatus
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ClusterSnapshotCopyStatus()()()()
Initializes a new instance of the ClusterSnapshotCopyStatus class

DestinationRegion
Gets and sets the property DestinationRegion.

The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.


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 that automated snapshots are retained in the destination region after they are copied from a source region.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithDestinationRegion(String) Obsolete.
Sets the DestinationRegion property

WithRetentionPeriod(Int64) Obsolete.
Sets the RetentionPeriod property

Inheritance Hierarchy
Object
ClusterSnapshotCopyStatus

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