Values.RetentionPeriodSourceThe number of days your data is kept in the hot tier. By default, your data is kept indefinitely in the hot tier.
type nonrec t = {numberOfDays : NumberOfDays.t option;The number of days that your data is kept. If you specified a value for this parameter, the unlimited parameter must be false.
*)unlimited : Unlimited.t option;If true, your data is kept indefinitely. If configured to true, you must not specify a value for the numberOfDays parameter.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Unlimited.t | `Integer of NumberOfDays.t ])
list ]