UserProfileUserSettingsJupyterLabAppSettingsArgs

data class UserProfileUserSettingsJupyterLabAppSettingsArgs(val codeRepositories: Output<List<UserProfileUserSettingsJupyterLabAppSettingsCodeRepositoryArgs>>? = null, val customImages: Output<List<UserProfileUserSettingsJupyterLabAppSettingsCustomImageArgs>>? = null, val defaultResourceSpec: Output<UserProfileUserSettingsJupyterLabAppSettingsDefaultResourceSpecArgs>? = null, val lifecycleConfigArns: Output<List<String>>? = null) : ConvertibleToJava<UserProfileUserSettingsJupyterLabAppSettingsArgs>

Constructors

Functions

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

Properties

Link copied to clipboard

A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. see Code Repository below.

Link copied to clipboard

The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.

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

The Amazon Resource Name (ARN) of the Lifecycle Configurations.