Values.RetentionPeriodSourceInformation about the retention period for which the retention rule is to retain resources.
type nonrec t = {retentionPeriodValue : RetentionPeriodValue.t;The period value for which the retention rule is to retain resources, measured in days. The supported retention periods are: EBS volumes: 1 - 7 days EBS snapshots and EBS-backed AMIs: 1 - 365 days
*)retentionPeriodUnit : RetentionPeriodUnit.t;The unit of time in which the retention period is measured. Currently, only DAYS is supported.
*)}val make :
retentionPeriodValue:RetentionPeriodValue.t ->
retentionPeriodUnit:RetentionPeriodUnit.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of RetentionPeriodValue.t ])
list ]