AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SageMaker::AppImageConfig

CfnAppImageConfig

Creates a configuration for running a SageMaker AI image as a KernelGateway app. The configuration specifies the Amazon Elastic File System storage volume on the image, and a list of the kernels in the image.

Import

import { CfnAppImageConfig } from 'aws-cdk-lib/aws-sagemaker';

Or use the module namespace:

import * as sagemaker from 'aws-cdk-lib/aws-sagemaker';
// sagemaker.CfnAppImageConfig

Properties

Configuration passed to the constructor as CfnAppImageConfigProps.

appImageConfigNameRequired
string

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

codeEditorAppImageConfigOptional
IResolvable | CodeEditorAppImageConfigProperty

The configuration for the file system and the runtime, such as the environment variables and entry point.

jupyterLabAppImageConfigOptional
IResolvable | JupyterLabAppImageConfigProperty

The configuration for the file system and the runtime, such as the environment variables and entry point.

kernelGatewayImageConfigOptional
IResolvable | KernelGatewayImageConfigProperty

The configuration for the file system and kernels in the SageMaker AI image.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter