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

StartRecoveryRequestSourceServer

import type { StartRecoveryRequestSourceServer } from "https://aws-api.deno.dev/v0.4/services/drs.ts?docs=full";

An object representing the Source Server to recover.

interface StartRecoveryRequestSourceServer {
recoverySnapshotID?: string | null;
sourceServerID: string;
}

§Properties

§
recoverySnapshotID?: string | null
[src]

The ID of a Recovery Snapshot we want to recover from. Omit this field to launch from the latest data by taking an on-demand snapshot.

§
sourceServerID: string
[src]

The ID of the Source Server you want to recover.