Values.DestinationBackupSourceContains information about the backup that will be copied and created by the CopyBackupToRegion operation.
type nonrec t = {createTimestamp : Timestamp.t option;The date and time when both the source backup was created.
*)sourceRegion : Region.t option;The AWS region that contains the source backup from which the new backup was copied.
*)sourceBackup : BackupId.t option;The identifier (ID) of the source backup from which the new backup was copied.
*)sourceCluster : ClusterId.t option;The identifier (ID) of the cluster containing the source backup from which the new backup was copied.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Region.t | `Timestamp of Timestamp.t ]) list ]