Space Space Settings Jupyter Server App Settings Args
data class SpaceSpaceSettingsJupyterServerAppSettingsArgs(val codeRepositories: Output<List<SpaceSpaceSettingsJupyterServerAppSettingsCodeRepositoryArgs>>? = null, val defaultResourceSpec: Output<SpaceSpaceSettingsJupyterServerAppSettingsDefaultResourceSpecArgs>, val lifecycleConfigArns: Output<List<String>>? = null) : ConvertibleToJava<SpaceSpaceSettingsJupyterServerAppSettingsArgs>
Constructors
Link copied to clipboard
constructor(codeRepositories: Output<List<SpaceSpaceSettingsJupyterServerAppSettingsCodeRepositoryArgs>>? = null, defaultResourceSpec: Output<SpaceSpaceSettingsJupyterServerAppSettingsDefaultResourceSpecArgs>, lifecycleConfigArns: Output<List<String>>? = null)
Properties
Link copied to clipboard
val codeRepositories: Output<List<SpaceSpaceSettingsJupyterServerAppSettingsCodeRepositoryArgs>>? = null
A list of Git repositories that SageMaker AI automatically displays to users for cloning in the JupyterServer application. See code_repository
Block below.
Link copied to clipboard
The default instance type and the Amazon Resource Name (ARN) of the SageMaker AI image created on the instance. See default_resource_spec
Block below.
Link copied to clipboard
The Amazon Resource Name (ARN) of the Lifecycle Configurations.