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

DenyMaintenancePeriod

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

DenyMaintenancePeriod definition. Excepting emergencies, maintenance will not be scheduled to start within this deny period. The start_date must be less than the end_date.

interface DenyMaintenancePeriod {
endDate?: GoogleTypeDate;
startDate?: GoogleTypeDate;
}

§Properties

§

Deny period end date. This can be: * A full date, with non-zero year, month and day values OR * A month and day value, with a zero year for recurring

§

Deny period start date. This can be: * A full date, with non-zero year, month and day values OR * A month and day value, with a zero year for recurring

§

Time in UTC when the deny period starts on start_date and ends on end_date. This can be: * Full time OR * All zeros for 00:00:00 UTC