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

MaintenancePolicy

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

Maintenance policy for an instance.

interface MaintenancePolicy {
readonly createTime?: Date;
description?: string;
readonly updateTime?: Date;
weeklyMaintenanceWindow?: WeeklyMaintenanceWindow[];
}

§Properties

§
readonly createTime?: Date
[src]

Output only. The time when the policy was created.

§
description?: string
[src]

Optional. Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.

§
readonly updateTime?: Date
[src]

Output only. The time when the policy was last updated.

§
weeklyMaintenanceWindow?: WeeklyMaintenanceWindow[]
[src]

Optional. Maintenance window that is applied to resources covered by this policy. Minimum 1. For the current version, the maximum number of weekly_window is expected to be one.