Domain Default User Settings Jupyter Lab App Settings Args
data class DomainDefaultUserSettingsJupyterLabAppSettingsArgs(val codeRepositories: Output<List<DomainDefaultUserSettingsJupyterLabAppSettingsCodeRepositoryArgs>>? = null, val customImages: Output<List<DomainDefaultUserSettingsJupyterLabAppSettingsCustomImageArgs>>? = null, val defaultResourceSpec: Output<DomainDefaultUserSettingsJupyterLabAppSettingsDefaultResourceSpecArgs>? = null, val lifecycleConfigArns: Output<List<String>>? = null) : ConvertibleToJava<DomainDefaultUserSettingsJupyterLabAppSettingsArgs>
Constructors
Link copied to clipboard
constructor(codeRepositories: Output<List<DomainDefaultUserSettingsJupyterLabAppSettingsCodeRepositoryArgs>>? = null, customImages: Output<List<DomainDefaultUserSettingsJupyterLabAppSettingsCustomImageArgs>>? = null, defaultResourceSpec: Output<DomainDefaultUserSettingsJupyterLabAppSettingsDefaultResourceSpecArgs>? = null, lifecycleConfigArns: Output<List<String>>? = null)
Properties
Link copied to clipboard
val codeRepositories: Output<List<DomainDefaultUserSettingsJupyterLabAppSettingsCodeRepositoryArgs>>? = null
A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. see code_repository Block below.
Link copied to clipboard
val customImages: Output<List<DomainDefaultUserSettingsJupyterLabAppSettingsCustomImageArgs>>? = null
A list of custom SageMaker images that are configured to run as a JupyterLab app. see custom_image Block below.
Link copied to clipboard
val defaultResourceSpec: Output<DomainDefaultUserSettingsJupyterLabAppSettingsDefaultResourceSpecArgs>? = null
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see default_resource_spec Block below.
Link copied to clipboard
The Amazon Resource Name (ARN) of the Lifecycle Configurations.