Values.ScheduledAutoTuneDetailsSourceSpecifies details of the scheduled Auto-Tune action. See the Developer Guide for more information.
type nonrec t = {date : AutoTuneDate.t option;Specifies timestamp for the Auto-Tune action scheduled for the domain.
*)actionType : ScheduledAutoTuneActionType.t option;Specifies Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING and JVM_YOUNG_GEN_TUNING.
*)action : ScheduledAutoTuneDescription.t option;Specifies Auto-Tune action description.
*)severity : ScheduledAutoTuneSeverityType.t option;Specifies Auto-Tune action severity. Valid values are LOW, MEDIUM and HIGH.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ScheduledAutoTuneDescription.t
| `Timestamp of AutoTuneDate.t ])
list ]