

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::SageMaker::AppImageConfig JupyterLabAppImageConfig
<a name="aws-properties-sagemaker-appimageconfig-jupyterlabappimageconfig"></a>

The configuration for the file system and kernels in a SageMaker AI image running as a JupyterLab app. The `FileSystemConfig` object is not supported.

## Syntax
<a name="aws-properties-sagemaker-appimageconfig-jupyterlabappimageconfig-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-sagemaker-appimageconfig-jupyterlabappimageconfig-syntax.json"></a>

```
{
  "[ContainerConfig](#cfn-sagemaker-appimageconfig-jupyterlabappimageconfig-containerconfig)" : ContainerConfig
}
```

### YAML
<a name="aws-properties-sagemaker-appimageconfig-jupyterlabappimageconfig-syntax.yaml"></a>

```
  [ContainerConfig](#cfn-sagemaker-appimageconfig-jupyterlabappimageconfig-containerconfig): 
    ContainerConfig
```

## Properties
<a name="aws-properties-sagemaker-appimageconfig-jupyterlabappimageconfig-properties"></a>

`ContainerConfig`  <a name="cfn-sagemaker-appimageconfig-jupyterlabappimageconfig-containerconfig"></a>
The configuration used to run the application image container.  
*Required*: No  
*Type*: [ContainerConfig](aws-properties-sagemaker-appimageconfig-containerconfig.md)  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)