app Lifecycle Management
suspend fun appLifecycleManagement(value: Output<UserProfileUserSettingsCodeEditorAppSettingsAppLifecycleManagementArgs>)
suspend fun appLifecycleManagement(value: UserProfileUserSettingsCodeEditorAppSettingsAppLifecycleManagementArgs?)
Parameters
value
Indicates whether idle shutdown is activated for JupyterLab applications. see app_lifecycle_management
Block below.
suspend fun appLifecycleManagement(argument: suspend UserProfileUserSettingsCodeEditorAppSettingsAppLifecycleManagementArgsBuilder.() -> Unit)
Parameters
argument
Indicates whether idle shutdown is activated for JupyterLab applications. see app_lifecycle_management
Block below.