Values.AutoTuneOptionsSourceSpecifies the Auto-Tune options: the Auto-Tune desired state for the domain, rollback state when disabling Auto-Tune options and list of maintenance schedules.
type nonrec t = {desiredState : AutoTuneDesiredState.t option;Specifies the Auto-Tune desired state. Valid values are ENABLED, DISABLED.
*)rollbackOnDisable : RollbackOnDisable.t option;Specifies the rollback state while disabling Auto-Tune for the domain. Valid values are NO_ROLLBACK, DEFAULT_ROLLBACK.
*)maintenanceSchedules : AutoTuneMaintenanceScheduleList.t option;Specifies list of maitenance schedules. See the Developer Guide for more information.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string * [> `Enum of string | `Long of DurationValue.t ])
list
| `Timestamp of StartAt.t ])
list ]
list ])
list ]