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

AutoStartConfig

import type { AutoStartConfig } from "https://aws-api.deno.dev/v0.4/services/emrserverless.ts?docs=full";

The configuration for an application to automatically start on job submission.

interface AutoStartConfig {
enabled?: boolean | null;
}

§Properties

§
enabled?: boolean | null
[src]

Enables the application to automatically start on job submission. Defaults to true.