Values.BackupRetentionPolicySourceA policy that defines the number of days to retain backups.
type nonrec t = {type_ : BackupRetentionType.t option;The type of backup retention policy. For the DAYS type, the value is the number of days to retain backups.
*)value : BackupRetentionValue.t option;Use a value between 7 - 379.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of BackupRetentionValue.t ]) list ]