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

ResourceMaintenanceInfo

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

MaintenanceInfo to capture the maintenance details of database resource.

interface ResourceMaintenanceInfo {
denyMaintenanceSchedules?: ResourceMaintenanceDenySchedule[];
maintenanceSchedule?: ResourceMaintenanceSchedule;
maintenanceVersion?: string;
}

§Properties

§
denyMaintenanceSchedules?: ResourceMaintenanceDenySchedule[]
[src]

Optional. List of Deny maintenance period for the database resource.

§
maintenanceSchedule?: ResourceMaintenanceSchedule
[src]

Optional. Maintenance window for the database resource.

§
maintenanceVersion?: string
[src]

Optional. Current Maintenance version of the database resource. Example: "MYSQL_8_0_41.R20250531.01_15"