Space Space Settings Jupyter Lab App Settings Args
data class SpaceSpaceSettingsJupyterLabAppSettingsArgs(val appLifecycleManagement: Output<SpaceSpaceSettingsJupyterLabAppSettingsAppLifecycleManagementArgs>? = null, val codeRepositories: Output<List<SpaceSpaceSettingsJupyterLabAppSettingsCodeRepositoryArgs>>? = null, val defaultResourceSpec: Output<SpaceSpaceSettingsJupyterLabAppSettingsDefaultResourceSpecArgs>) : ConvertibleToJava<SpaceSpaceSettingsJupyterLabAppSettingsArgs>
Constructors
Link copied to clipboard
constructor(appLifecycleManagement: Output<SpaceSpaceSettingsJupyterLabAppSettingsAppLifecycleManagementArgs>? = null, codeRepositories: Output<List<SpaceSpaceSettingsJupyterLabAppSettingsCodeRepositoryArgs>>? = null, defaultResourceSpec: Output<SpaceSpaceSettingsJupyterLabAppSettingsDefaultResourceSpecArgs>)
Properties
Link copied to clipboard
val appLifecycleManagement: Output<SpaceSpaceSettingsJupyterLabAppSettingsAppLifecycleManagementArgs>? = null
Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space. See app_lifecycle_management
Block below.
Link copied to clipboard
val codeRepositories: Output<List<SpaceSpaceSettingsJupyterLabAppSettingsCodeRepositoryArgs>>? = null
A list of Git repositories that SageMaker AI automatically displays to users for cloning in the JupyterLab application. See code_repository
Block below.
Link copied to clipboard
The default instance type and the Amazon Resource Name (ARN) of the SageMaker AI image created on the instance. See default_resource_spec
Block below.