AWS::SageMaker::Domain CodeEditorAppSettings
The Code Editor application settings.
For more information about Code Editor, see Get started with Code Editor in Amazon SageMaker.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AppLifecycleManagement" :
AppLifecycleManagement
, "CustomImages" :[ CustomImage, ... ]
, "DefaultResourceSpec" :ResourceSpec
, "LifecycleConfigArns" :[ String, ... ]
}
YAML
AppLifecycleManagement:
AppLifecycleManagement
CustomImages:- CustomImage
DefaultResourceSpec:ResourceSpec
LifecycleConfigArns:- String
Properties
AppLifecycleManagement
-
Settings that are used to configure and manage the lifecycle of CodeEditor applications.
Required: No
Type: AppLifecycleManagement
Update requires: No interruption
CustomImages
-
A list of custom SageMaker images that are configured to run as a Code Editor app.
Required: No
Type: Array of CustomImage
Minimum:
0
Maximum:
200
Update requires: No interruption
DefaultResourceSpec
-
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the Code Editor app.
Required: No
Type: ResourceSpec
Update requires: No interruption
LifecycleConfigArns
-
The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.
Required: No
Type: Array of String
Minimum:
0
Maximum:
30
Update requires: No interruption