Values.ClusterSnapshotCopyStatusSourceReturns the destination region and retention period that are configured for cross-region snapshot copy.
type nonrec t = {destinationRegion : String_.t option;The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.
*)retentionPeriod : Long.t option;The number of days that automated snapshots are retained in the destination region after they are copied from a source region.
*)manualSnapshotRetentionPeriod : Integer.t option;The number of days that automated snapshots are retained in the destination region after they are copied from a source region. If the value is -1, the manual snapshot is retained indefinitely. The value must be either -1 or an integer between 1 and 3,653.
*)snapshotCopyGrantName : String_.t option;The name of the snapshot copy grant.
*)}