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

StartNotebookExecutionInput

import type { StartNotebookExecutionInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/emr.ts";
interface StartNotebookExecutionInput {
EditorId: string;
ExecutionEngine: ExecutionEngineConfig;
NotebookExecutionName?: string | null;
NotebookInstanceSecurityGroupId?: string | null;
NotebookParams?: string | null;
RelativePath: string;
ServiceRole: string;
Tags?: Tag[] | null;
}

§Properties

§
EditorId: string
[src]
§
NotebookExecutionName?: string | null
[src]
§
NotebookInstanceSecurityGroupId?: string | null
[src]
§
NotebookParams?: string | null
[src]
§
RelativePath: string
[src]
§
ServiceRole: string
[src]
§
Tags?: Tag[] | null
[src]