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

DescribeNotebookInstanceLifecycleConfigOutput

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

§Properties

§
CreationTime?: Date | number | null
[src]

A timestamp that tells when the lifecycle configuration was created.

§
LastModifiedTime?: Date | number | null
[src]

A timestamp that tells when the lifecycle configuration was last modified.

§
NotebookInstanceLifecycleConfigArn?: string | null
[src]

The Amazon Resource Name (ARN) of the lifecycle configuration.

§
NotebookInstanceLifecycleConfigName?: string | null
[src]

The name of the lifecycle configuration.

§

The shell script that runs only once, when you create a notebook instance.

§

The shell script that runs every time you start a notebook instance, including when you create the notebook instance.