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