| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.JupyterServerAppSettings
Description
Synopsis
- data JupyterServerAppSettings = JupyterServerAppSettings' {}
 - newJupyterServerAppSettings :: JupyterServerAppSettings
 - jupyterServerAppSettings_codeRepositories :: Lens' JupyterServerAppSettings (Maybe [CodeRepository])
 - jupyterServerAppSettings_defaultResourceSpec :: Lens' JupyterServerAppSettings (Maybe ResourceSpec)
 - jupyterServerAppSettings_lifecycleConfigArns :: Lens' JupyterServerAppSettings (Maybe [Text])
 
Documentation
data JupyterServerAppSettings Source #
The JupyterServer app settings.
See: newJupyterServerAppSettings smart constructor.
Constructors
| JupyterServerAppSettings' | |
Fields 
  | |
Instances
newJupyterServerAppSettings :: JupyterServerAppSettings Source #
Create a value of JupyterServerAppSettings with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:codeRepositories:JupyterServerAppSettings', jupyterServerAppSettings_codeRepositories - A list of Git repositories that SageMaker automatically displays to
 users for cloning in the JupyterServer application.
$sel:defaultResourceSpec:JupyterServerAppSettings', jupyterServerAppSettings_defaultResourceSpec - The default instance type and the Amazon Resource Name (ARN) of the
 default SageMaker image used by the JupyterServer app. If you use the
 LifecycleConfigArns parameter, then this parameter is also required.
$sel:lifecycleConfigArns:JupyterServerAppSettings', jupyterServerAppSettings_lifecycleConfigArns - The Amazon Resource Name (ARN) of the Lifecycle Configurations attached
 to the JupyterServerApp. If you use this parameter, the
 DefaultResourceSpec parameter is also required.
To remove a Lifecycle Config, you must set LifecycleConfigArns to an
 empty list.
jupyterServerAppSettings_codeRepositories :: Lens' JupyterServerAppSettings (Maybe [CodeRepository]) Source #
A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application.
jupyterServerAppSettings_defaultResourceSpec :: Lens' JupyterServerAppSettings (Maybe ResourceSpec) Source #
The default instance type and the Amazon Resource Name (ARN) of the
 default SageMaker image used by the JupyterServer app. If you use the
 LifecycleConfigArns parameter, then this parameter is also required.
jupyterServerAppSettings_lifecycleConfigArns :: Lens' JupyterServerAppSettings (Maybe [Text]) Source #
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached
 to the JupyterServerApp. If you use this parameter, the
 DefaultResourceSpec parameter is also required.
To remove a Lifecycle Config, you must set LifecycleConfigArns to an
 empty list.