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