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

MaintenanceUpdatePolicy

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

MaintenanceUpdatePolicy defines the policy for system updates.

interface MaintenanceUpdatePolicy {
maintenanceWindows?: MaintenanceWindow[];
}

§Properties

§
maintenanceWindows?: MaintenanceWindow[]
[src]

Preferred windows to perform maintenance. Currently limited to 1.