AWS::SageMaker::AppImageConfig KernelSpec
The specification of a Jupyter kernel.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DisplayName" :String, "Name" :String}
YAML
DisplayName:StringName:String
Properties
DisplayName-
The display name of the kernel.
Required: No
Type: String
Maximum:
1024Update requires: No interruption
Name-
The name of the Jupyter kernel in the image. This value is case sensitive.
Required: Yes
Type: String
Maximum:
1024Update requires: No interruption