Values.RetentionConfigurationSourceAn object with the name of the retention configuration and the retention period in days. The object stores the configuration for data retention in Config.
type nonrec t = {name : RetentionConfigurationName.t option;The name of the retention configuration object.
*)retentionPeriodInDays : RetentionPeriodInDays.t option;Number of days Config stores your historical information. Currently, only applicable to the configuration item history.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of RetentionPeriodInDays.t
| `String of RetentionConfigurationName.t ])
list ]