UserProfileJupyterServerAppSettingsArgs

data class UserProfileJupyterServerAppSettingsArgs(val defaultResourceSpec: Output<UserProfileResourceSpecArgs>? = null, val lifecycleConfigArns: Output<List<String>>? = null) : ConvertibleToJava<UserProfileJupyterServerAppSettingsArgs>

The JupyterServer app settings.

Constructors

Link copied to clipboard
constructor(defaultResourceSpec: Output<UserProfileResourceSpecArgs>? = 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 image used by the JupyterServer app.

Link copied to clipboard
val lifecycleConfigArns: Output<List<String>>? = null

A list of LifecycleConfigArns available for use with JupyterServer apps.

Functions

Link copied to clipboard
open override fun toJava(): UserProfileJupyterServerAppSettingsArgs