interface MaintenanceWindow {
    day: MaintenanceWindowDayOfTheWeek;
    startHour: number;
}

Properties

Properties

Day of the week for the maintenance window.

startHour: number

Start time of the two-hour maintenance window.