AWS SDK for .NET Documentation
ModifySnapshotCopyRetentionPeriodRequest Class
AmazonAmazon.Redshift.ModelModifySnapshotCopyRetentionPeriodRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the ModifySnapshotCopyRetentionPeriod operation. Modifies the number of days to retain automated snapshots in the destination region after they are copied from the source region.
Declaration Syntax
C#
public class ModifySnapshotCopyRetentionPeriodRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



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

ClusterIdentifier
Gets and sets the property ClusterIdentifier.

The unique identifier of the cluster for which you want to change the retention period for automated snapshots that are copied to a destination region.

Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy 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 to retain automated snapshots in the destination region after they are copied from the source region.

If you decrease the retention period for automated snapshots that are copied to a destination region, Amazon Redshift will delete any existing automated snapshots that were copied to the destination region and that fall outside of the new retention period.

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

WithRetentionPeriod(Int32) Obsolete.
Sets the RetentionPeriod property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 ModifySnapshotCopyRetentionPeriodRequest

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