Values.DateRangeSourceA date range for the date filter.
type nonrec t = {value : Integer.t option;A date range value for the date filter.
*)unit : DateRangeUnit.t option;A date range unit for the date filter.
*)comparison : DateRangeComparison.t option;The condition to apply to a date range filter. If you specify WITHIN, Security Hub filters for dates within the specified date range. If you specify OLDER_THAN, Security Hub filters for dates before the specified date range. If you don't specify a value, the default is WITHIN.
*)}