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

StartCutoverRequest

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

§Properties

§
sourceServerIDs: string[]
[src]

Start Cutover by Source Server IDs.

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

Start Cutover by Tags.