Values.RecoveryPointSourceThe automatically created recovery point of a namespace. Recovery points are created every 30 minutes and kept for 24 hours.
type nonrec t = {namespaceArn : String_.t option;The Amazon Resource Name (ARN) of the namespace the recovery point is associated with.
*)namespaceName : NamespaceName.t option;The name of the namespace the recovery point is associated with.
*)recoveryPointCreateTime : SyntheticTimestamp_date_time.t option;The time the recovery point is created.
*)recoveryPointId : String_.t option;The unique identifier of the recovery point.
*)totalSizeInMegaBytes : Double.t option;The total size of the data in the recovery point in megabytes.
*)workgroupName : WorkgroupName.t option;The name of the workgroup the recovery point is associated with.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Double.t
| `String of String_.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]