app Lifecycle Management
suspend fun appLifecycleManagement(value: Output<SpaceSpaceSettingsCodeEditorAppSettingsAppLifecycleManagementArgs>)
suspend fun appLifecycleManagement(value: SpaceSpaceSettingsCodeEditorAppSettingsAppLifecycleManagementArgs?)
Parameters
value
Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space. See app_lifecycle_management
Block below.
suspend fun appLifecycleManagement(argument: suspend SpaceSpaceSettingsCodeEditorAppSettingsAppLifecycleManagementArgsBuilder.() -> Unit)
Parameters
argument
Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space. See app_lifecycle_management
Block below.