Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data JupyterServerAppSettings = JupyterServerAppSettings' {}
- newJupyterServerAppSettings :: JupyterServerAppSettings
- jupyterServerAppSettings_defaultResourceSpec :: Lens' JupyterServerAppSettings (Maybe ResourceSpec)
- jupyterServerAppSettings_lifecycleConfigArns :: Lens' JupyterServerAppSettings (Maybe [Text])
Documentation
data JupyterServerAppSettings Source #
The JupyterServer app settings.
See: newJupyterServerAppSettings
smart constructor.
JupyterServerAppSettings' | |
|
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:defaultResourceSpec:JupyterServerAppSettings'
, jupyterServerAppSettings_defaultResourceSpec
- The default instance type and the Amazon Resource Name (ARN) of the
default SageMaker image used by the JupyterServer app.
$sel:lifecycleConfigArns:JupyterServerAppSettings'
, jupyterServerAppSettings_lifecycleConfigArns
- The Amazon Resource Name (ARN) of the Lifecycle Configurations attached
to the JupyterServerApp.
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.
jupyterServerAppSettings_lifecycleConfigArns :: Lens' JupyterServerAppSettings (Maybe [Text]) Source #
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp.