app Lifecycle Management
suspend fun appLifecycleManagement(value: Output<SpaceSpaceSettingsJupyterLabAppSettingsAppLifecycleManagementArgs>)
suspend fun appLifecycleManagement(value: SpaceSpaceSettingsJupyterLabAppSettingsAppLifecycleManagementArgs?)
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 SpaceSpaceSettingsJupyterLabAppSettingsAppLifecycleManagementArgsBuilder.() -> 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.