AWS::SageMaker::AppImageConfigCreates 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 { CfnAppImageConfig } from 'aws-cdk-lib/aws-sagemaker';Or use the module namespace:
import * as sagemaker from 'aws-cdk-lib/aws-sagemaker';
// sagemaker.CfnAppImageConfigConfiguration passed to the constructor as CfnAppImageConfigProps.
appImageConfigNameRequiredstringThe name of the AppImageConfig. Must be unique to your account.
codeEditorAppImageConfigOptionalIResolvable | CodeEditorAppImageConfigPropertyThe configuration for the file system and the runtime, such as the environment variables and entry point.
jupyterLabAppImageConfigOptionalIResolvable | JupyterLabAppImageConfigPropertyThe configuration for the file system and the runtime, such as the environment variables and entry point.
kernelGatewayImageConfigOptionalIResolvable | KernelGatewayImageConfigPropertyThe configuration for the file system and kernels in the SageMaker AI image.
tagsOptionalCfnTag[]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) .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-sagemakerAWS::SageMaker::AppImageConfig