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.3/services/opensearch.ts?docs=full";

Specifies the Auto-Tune maintenance schedule. See Auto-Tune for Amazon OpenSearch Service for more information.

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

§Properties

§
CronExpressionForRecurrence?: string | null
[src]

A cron expression for a recurring maintenance schedule. See Auto-Tune for Amazon OpenSearch Service for more information.

§
Duration?: Duration | null
[src]

Specifies maintenance schedule duration: duration value and duration unit. See Auto-Tune for Amazon OpenSearch Service for more information.

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

The timestamp at which the Auto-Tune maintenance schedule starts.