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

CreateNotebookInstanceLifecycleConfigInput

import type { CreateNotebookInstanceLifecycleConfigInput } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface CreateNotebookInstanceLifecycleConfigInput {
NotebookInstanceLifecycleConfigName: string;
OnCreate?: NotebookInstanceLifecycleHook[] | null;
OnStart?: NotebookInstanceLifecycleHook[] | null;
}

§Properties

§
NotebookInstanceLifecycleConfigName: string
[src]

The name of the lifecycle configuration.

§

A shell script that runs only once, when you create a notebook instance. The shell script must be a base64-encoded string.

§

A shell script that runs every time you start a notebook instance, including when you create the notebook instance. The shell script must be a base64-encoded string.