# AWS::SageMaker::AppImageConfig KernelSpec ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "DisplayName" : String,
    "Name" : String
}
### YAML
DisplayName: String
Name: String
## Properties #### DisplayName The display name of the kernel. _Required_: No _Type_: String _Minimum_: 1 _Maximum_: 1024 _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Name The name of the kernel. _Required_: Yes _Type_: String _Minimum_: 1 _Maximum_: 1024 _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)