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

CreateSnapshotScheduleMessage

import type { CreateSnapshotScheduleMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface CreateSnapshotScheduleMessage {
DryRun?: boolean | null;
NextInvocations?: number | null;
ScheduleDefinitions?: string[] | null;
ScheduleDescription?: string | null;
ScheduleIdentifier?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
DryRun?: boolean | null
[src]
§
NextInvocations?: number | null
[src]
§
ScheduleDefinitions?: string[] | null
[src]

The definition of the snapshot schedule. The definition is made up of schedule expressions, for example "cron(30 12 *)" or "rate(12 hours)".

§
ScheduleDescription?: string | null
[src]

The description of the snapshot schedule.

§
ScheduleIdentifier?: string | null
[src]

A unique identifier for a snapshot schedule. Only alphanumeric characters are allowed for the identifier.

§
Tags?: Tag[] | null
[src]

An optional set of tags you can use to search for the schedule.