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

SnapshotSchedule

import type { SnapshotSchedule } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/redshift.ts";
interface SnapshotSchedule {
AssociatedClusterCount?: number | null;
AssociatedClusters: ClusterAssociatedToSchedule[];
NextInvocations: (Date | number)[];
ScheduleDefinitions: string[];
ScheduleDescription?: string | null;
ScheduleIdentifier?: string | null;
Tags: Tag[];
}

§Properties

§
AssociatedClusterCount?: number | null
[src]
§
NextInvocations: (Date | number)[]
[src]
§
ScheduleDefinitions: string[]
[src]
§
ScheduleDescription?: string | null
[src]
§
ScheduleIdentifier?: string | null
[src]
§
Tags: Tag[]
[src]