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

ScheduledSnapshotsConfig

import type { ScheduledSnapshotsConfig } from "https://googleapis.deno.dev/v1/composer:v1.ts";

The configuration for scheduled snapshot creation mechanism.

interface ScheduledSnapshotsConfig {
enabled?: boolean;
snapshotCreationSchedule?: string;
snapshotLocation?: string;
timeZone?: string;
}

§Properties

§
enabled?: boolean
[src]

Optional. Whether scheduled snapshots creation is enabled.

§
snapshotCreationSchedule?: string
[src]

Optional. The cron expression representing the time when snapshots creation mechanism runs. This field is subject to additional validation around frequency of execution.

§
snapshotLocation?: string
[src]

Optional. The Cloud Storage location for storing automatically created snapshots.

§
timeZone?: string
[src]

Optional. Time zone that sets the context to interpret snapshot_creation_schedule.