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

RecoveryConfig

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

The Recovery settings of an environment.

interface RecoveryConfig {
scheduledSnapshotsConfig?: ScheduledSnapshotsConfig;
}

§Properties

§
scheduledSnapshotsConfig?: ScheduledSnapshotsConfig
[src]

Optional. The configuration for scheduled snapshot creation mechanism.