Values.ResultReuseByAgeConfigurationSourceSpecifies whether previous query results are reused, and if so, their maximum age.
type nonrec t = {enabled : Boolean.t;True if previous query results can be reused when the query is run; otherwise, false. The default is false.
*)maxAgeInMinutes : Age.t option;Specifies, in minutes, the maximum age of a previous query result that Athena should consider for reuse. The default is 60.
*)}