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

AutoTuneMaintenanceSchedule

import type { AutoTuneMaintenanceSchedule } from "https://aws-api.deno.dev/v0.4/services/es.ts?docs=full";

Specifies Auto-Tune maitenance schedule. See the Developer Guide for more information.

interface AutoTuneMaintenanceSchedule {
CronExpressionForRecurrence?: string | null;
Duration?: Duration | null;
StartAt?: Date | number | null;
}

§Properties

§
CronExpressionForRecurrence?: string | null
[src]

Specifies cron expression for a recurring maintenance schedule. See the Developer Guide for more information.

§
Duration?: Duration | null
[src]

Specifies maintenance schedule duration: duration value and duration unit. See the Developer Guide for more information.

§
StartAt?: Date | number | null
[src]

Specifies timestamp at which Auto-Tune maintenance schedule start.