Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ClusterWeeklyMaintenanceWindow

import type { ClusterWeeklyMaintenanceWindow } from "https://googleapis.deno.dev/v1/redis:v1.ts";

Time window specified for weekly operations.

interface ClusterWeeklyMaintenanceWindow {
day?:
| "DAY_OF_WEEK_UNSPECIFIED"
| "MONDAY"
| "TUESDAY"
| "WEDNESDAY"
| "THURSDAY"
| "FRIDAY"
| "SATURDAY"
| "SUNDAY";
startTime?: TimeOfDay;
}

§Properties

§
day?: "DAY_OF_WEEK_UNSPECIFIED" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY"
[src]

Optional. Allows to define schedule that runs specified day of the week.

§
startTime?: TimeOfDay
[src]

Optional. Start time of the window in UTC.