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.3/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.

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

A list of tags to apply to the AppImageConfig.