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