Values.AwsDynamoDbTableRestoreSummarySourceInformation about the restore for the table.
type nonrec t = {sourceBackupArn : NonEmptyString.t option;The ARN of the source backup from which the table was restored.
*)sourceTableArn : NonEmptyString.t option;The ARN of the source table for the backup.
*)restoreDateTime : NonEmptyString.t option;Indicates the point in time that the table was restored to. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)restoreInProgress : Boolean.t option;Whether a restore is currently in progress.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]