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

LaunchConfig

import type { LaunchConfig } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/robomaker.ts";
interface LaunchConfig {
environmentVariables?: {
[key: string]: string | null | undefined;
}
| null;
launchFile: string;
packageName: string;
portForwardingConfig?: PortForwardingConfig | null;
streamUI?: boolean | null;
}

§Properties

§
environmentVariables?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
launchFile: string
[src]
§
packageName: string
[src]
§
portForwardingConfig?: PortForwardingConfig | null
[src]
§
streamUI?: boolean | null
[src]