Space Jupyter Server App Settings Args
data class SpaceJupyterServerAppSettingsArgs(val defaultResourceSpec: Output<SpaceResourceSpecArgs>? = null, val lifecycleConfigArns: Output<List<String>>? = null) : ConvertibleToJava<SpaceJupyterServerAppSettingsArgs>
The JupyterServer app settings.
Constructors
Link copied to clipboard
constructor(defaultResourceSpec: Output<SpaceResourceSpecArgs>? = null, lifecycleConfigArns: Output<List<String>>? = null)
Properties
Link copied to clipboard
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker AI image used by the JupyterServer app. If you use the LifecycleConfigArns
parameter, then this parameter is also required.
Link copied to clipboard
A list of LifecycleConfigArns available for use with JupyterServer apps.