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

StartFailbackLaunchRequest

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

§Properties

§
recoveryInstanceIDs: string[]
[src]

The IDs of the Recovery Instance whose failback launch we want to request.

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

The tags to be associated with the failback launch Job.