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

CreateAppImageConfigRequest

import type { CreateAppImageConfigRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface CreateAppImageConfigRequest {
AppImageConfigName: string;
KernelGatewayImageConfig?: KernelGatewayImageConfig | null;
Tags?: Tag[] | null;
}

§Properties

§
AppImageConfigName: string
[src]

The name of the AppImageConfig. Must be unique to your account.

§
KernelGatewayImageConfig?: KernelGatewayImageConfig | null
[src]

The KernelGatewayImageConfig. You can only specify one image kernel in the AppImageConfig API. This kernel will be shown to users before the image starts. Once the image runs, all kernels are visible in JupyterLab.

§
Tags?: Tag[] | null
[src]

A list of tags to apply to the AppImageConfig.