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: CopyC#
1
Constraints: Must be a value from 0 to 35.

C# |
public int AutomatedSnapshotRetentionPeriod { get; set; }