AWS SDK for .NET Documentation
AutomatedSnapshotRetentionPeriod Property
AmazonAmazon.Redshift.ModelRestoreFromClusterSnapshotRequestAutomatedSnapshotRetentionPeriod Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property AutomatedSnapshotRetentionPeriod.

The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.

Default: The value selected for the cluster from which the snapshot was taken.

Constraints: Must be a value from 0 to 35.

Declaration Syntax
C#
public int AutomatedSnapshotRetentionPeriod { get; set; }

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