Domain Default Space Settings Jupyter Server App Settings
data class DomainDefaultSpaceSettingsJupyterServerAppSettings(val codeRepositories: List<DomainDefaultSpaceSettingsJupyterServerAppSettingsCodeRepository>? = null, val defaultResourceSpec: DomainDefaultSpaceSettingsJupyterServerAppSettingsDefaultResourceSpec? = null, val lifecycleConfigArns: List<String>? = null)
Constructors
Link copied to clipboard
constructor(codeRepositories: List<DomainDefaultSpaceSettingsJupyterServerAppSettingsCodeRepository>? = null, defaultResourceSpec: DomainDefaultSpaceSettingsJupyterServerAppSettingsDefaultResourceSpec? = null, lifecycleConfigArns: List<String>? = null)
Properties
Link copied to clipboard
val codeRepositories: List<DomainDefaultSpaceSettingsJupyterServerAppSettingsCodeRepository>? = 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
val defaultResourceSpec: DomainDefaultSpaceSettingsJupyterServerAppSettingsDefaultResourceSpec? = null
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.