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

CreateStandbyWorkspacesRequest

import type { CreateStandbyWorkspacesRequest } from "https://aws-api.deno.dev/v0.4/services/workspaces.ts?docs=full";
interface CreateStandbyWorkspacesRequest {
PrimaryRegion: string;
StandbyWorkspaces: StandbyWorkspace[];
}

§Properties

§
PrimaryRegion: string
[src]

The Region of the primary WorkSpace.

§
StandbyWorkspaces: StandbyWorkspace[]
[src]

Information about the standby WorkSpace to be created.