User Profile Jupyter Server App Settings
data class UserProfileJupyterServerAppSettings(val defaultResourceSpec: UserProfileResourceSpec? = null, val lifecycleConfigArns: List<String>? = null)
The JupyterServer app settings.
Constructors
Link copied to clipboard
constructor(defaultResourceSpec: UserProfileResourceSpec? = null, lifecycleConfigArns: List<String>? = null)