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

ModifySnapshotScheduleMessage

import type { ModifySnapshotScheduleMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface ModifySnapshotScheduleMessage {
ScheduleDefinitions: string[];
ScheduleIdentifier: string;
}

§Properties

§
ScheduleDefinitions: string[]
[src]

An updated list of schedule definitions. A schedule definition is made up of schedule expressions, for example, "cron(30 12 *)" or "rate(12 hours)".

§
ScheduleIdentifier: string
[src]

A unique alphanumeric identifier of the schedule to modify.