Domain Jupyter Lab App Settings Args
data class DomainJupyterLabAppSettingsArgs(val appLifecycleManagement: Output<DomainAppLifecycleManagementArgs>? = null, val builtInLifecycleConfigArn: Output<String>? = null, val codeRepositories: Output<List<DomainCodeRepositoryArgs>>? = null, val customImages: Output<List<DomainCustomImageArgs>>? = null, val defaultResourceSpec: Output<DomainResourceSpecArgs>? = null, val lifecycleConfigArns: Output<List<String>>? = null) : ConvertibleToJava<DomainJupyterLabAppSettingsArgs>
The JupyterLab app settings.
Constructors
Link copied to clipboard
constructor(appLifecycleManagement: Output<DomainAppLifecycleManagementArgs>? = null, builtInLifecycleConfigArn: Output<String>? = null, codeRepositories: Output<List<DomainCodeRepositoryArgs>>? = null, customImages: Output<List<DomainCustomImageArgs>>? = null, defaultResourceSpec: Output<DomainResourceSpecArgs>? = null, lifecycleConfigArns: Output<List<String>>? = null)
Properties
Link copied to clipboard
Indicates whether idle shutdown is activated for JupyterLab applications.
Link copied to clipboard
The lifecycle configuration that runs before the default lifecycle configuration.
Link copied to clipboard
A list of CodeRepositories available for use with JupyterLab apps.
Link copied to clipboard
A list of custom images for use for JupyterLab apps.
Link copied to clipboard
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.
Link copied to clipboard
A list of LifecycleConfigArns available for use with JupyterLab apps.