AWS::SageMaker::Space SpaceJupyterLabAppSettings
The settings for the JupyterLab application within a space.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AppLifecycleManagement" :
SpaceAppLifecycleManagement
, "CodeRepositories" :[ CodeRepository, ... ]
, "DefaultResourceSpec" :ResourceSpec
}
YAML
AppLifecycleManagement:
SpaceAppLifecycleManagement
CodeRepositories:- CodeRepository
DefaultResourceSpec:ResourceSpec
Properties
AppLifecycleManagement
-
Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space.
Required: No
Type: SpaceAppLifecycleManagement
Update requires: No interruption
CodeRepositories
-
A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.
Required: No
Type: Array of CodeRepository
Minimum:
0
Maximum:
30
Update requires: No interruption
DefaultResourceSpec
-
Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
Required: No
Type: ResourceSpec
Update requires: No interruption