User Profile User Settings Jupyter Server App Settings Args
data class UserProfileUserSettingsJupyterServerAppSettingsArgs(val codeRepositories: Output<List<UserProfileUserSettingsJupyterServerAppSettingsCodeRepositoryArgs>>? = null, val defaultResourceSpec: Output<UserProfileUserSettingsJupyterServerAppSettingsDefaultResourceSpecArgs>? = null, val lifecycleConfigArns: Output<List<String>>? = null) : ConvertibleToJava<UserProfileUserSettingsJupyterServerAppSettingsArgs>
Constructors
Link copied to clipboard
constructor(codeRepositories: Output<List<UserProfileUserSettingsJupyterServerAppSettingsCodeRepositoryArgs>>? = null, defaultResourceSpec: Output<UserProfileUserSettingsJupyterServerAppSettingsDefaultResourceSpecArgs>? = null, lifecycleConfigArns: Output<List<String>>? = null)
Properties
Link copied to clipboard
val codeRepositories: Output<List<UserProfileUserSettingsJupyterServerAppSettingsCodeRepositoryArgs>>? = null
A list of Git repositories that SageMaker AI automatically displays to users for cloning in the JupyterServer application. see Code Repository below.
Link copied to clipboard
val defaultResourceSpec: Output<UserProfileUserSettingsJupyterServerAppSettingsDefaultResourceSpecArgs>? = null
The default instance type and the Amazon Resource Name (ARN) of the SageMaker AI image created on the instance. see Default Resource Spec below.
Link copied to clipboard
The Amazon Resource Name (ARN) of the Lifecycle Configurations.