# AWS::SageMaker::AppImageConfig KernelGatewayImageConfig The configuration for the file system and kernels in a SageMaker image running as a KernelGateway app. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{ "FileSystemConfig" : FileSystemConfig, "KernelSpecs" : [ KernelSpec, ... ] }### YAML
FileSystemConfig: FileSystemConfig KernelSpecs: - KernelSpec## Properties #### FileSystemConfig The Amazon Elastic File System (EFS) storage configuration for a SageMaker image. _Required_: No _Type_: FileSystemConfig _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### KernelSpecs The specification of the Jupyter kernels in the image. _Required_: Yes _Type_: List of KernelSpec _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)