Values.AutoTuneMaintenanceScheduleSourceThis object is deprecated. Use the domain's off-peak window to schedule Auto-Tune optimizations. For migration instructions, see Migrating from Auto-Tune maintenance windows. The Auto-Tune maintenance schedule. For more information, see Auto-Tune for Amazon OpenSearch Service.
type nonrec t = {startAt : StartAt.t option;The Epoch timestamp at which the Auto-Tune maintenance schedule starts.
*)duration : Duration.t option;The duration of the maintenance schedule. For example, "Duration": {"Value": 2, "Unit": "HOURS"}.
*)cronExpressionForRecurrence : String_.t option;A cron expression for a recurring maintenance schedule during which Auto-Tune can deploy changes.
*)}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 ]