Values.MaintenanceScheduleSourceSpecifies the maintenance schedule for a DB instance or cluster, defining when maintenance operations such as patching can be performed.
type nonrec t = {timezone : IanaTimezone.t;The IANA timezone identifier for the maintenance window. Format: Region/City or UTC. For example, America/New_York or UTC.
*)preferredMaintenanceWindow : MaintenanceWindow.t;The preferred maintenance window in the format ddd:HH:MM-ddd:HH:MM (UTC). Day must be one of: Mon, Tue, Wed, Thu, Fri, Sat, Sun. For example, Sun:02:00-Sun:06:00. Provide an empty string to let the system choose a window.
*)}val make :
timezone:IanaTimezone.t ->
preferredMaintenanceWindow:MaintenanceWindow.t ->
unit ->
t