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

StartRecoveryRequest

import type { StartRecoveryRequest } from "https://aws-api.deno.dev/v0.4/services/drs.ts?docs=full";
interface StartRecoveryRequest {
isDrill?: boolean | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
isDrill?: boolean | null
[src]

Whether this Source Server Recovery operation is a drill or not.

§

The Source Servers that we want to start a Recovery Job for.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags to be associated with the Recovery Job.