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

NotebookInstanceLifecycleConfigSummary

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

Provides a summary of a notebook instance lifecycle configuration.

interface NotebookInstanceLifecycleConfigSummary {
CreationTime?: Date | number | null;
LastModifiedTime?: Date | number | null;
NotebookInstanceLifecycleConfigArn: string;
NotebookInstanceLifecycleConfigName: string;
}

§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
[src]

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

§
NotebookInstanceLifecycleConfigName: string
[src]

The name of the lifecycle configuration.