Values.AwsRedshiftClusterClusterSnapshotCopyStatusSourceYou can configure Amazon Redshift to copy snapshots for a cluster to another Amazon Web Services Region. This parameter provides information about a cross-Region snapshot copy.
type nonrec t = {destinationRegion : NonEmptyString.t option;The destination Region that snapshots are automatically copied to when cross-Region snapshot copy is enabled.
*)manualSnapshotRetentionPeriod : Integer.t option;The number of days that manual snapshots are retained in the destination Region after they are copied from a source Region. If the value is -1, then the manual snapshot is retained indefinitely. Valid values: Either -1 or an integer between 1 and 3,653
*)retentionPeriod : Integer.t option;The number of days to retain automated snapshots in the destination Region after they are copied from a source Region.
*)snapshotCopyGrantName : NonEmptyString.t option;The name of the snapshot copy grant.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]