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

DeploymentLaunchConfig

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

§Properties

§
environmentVariables?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
launchFile: string
[src]
§
packageName: string
[src]
§
postLaunchFile?: string | null
[src]
§
preLaunchFile?: string | null
[src]