Values.AutoTuneMaintenanceScheduleSourceSpecifies Auto-Tune maitenance schedule. See the Developer Guide for more information.
type nonrec t = {startAt : StartAt.t option;Specifies timestamp at which Auto-Tune maintenance schedule start.
*)duration : Duration.t option;Specifies maintenance schedule duration: duration value and duration unit. See the Developer Guide for more information.
*)cronExpressionForRecurrence : String_.t option;Specifies cron expression for a recurring maintenance schedule. See the Developer Guide for more information.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string * [> `Enum of string | `Long of DurationValue.t ]) list
| `Timestamp of StartAt.t ])
list ]