idle Settings
suspend fun idleSettings(value: Output<DomainDefaultSpaceSettingsJupyterLabAppSettingsAppLifecycleManagementIdleSettingsArgs>)
suspend fun idleSettings(value: DomainDefaultSpaceSettingsJupyterLabAppSettingsAppLifecycleManagementIdleSettingsArgs?)
Parameters
value
Settings related to idle shutdown of Studio applications. see idle_settings
Block below.
suspend fun idleSettings(argument: suspend DomainDefaultSpaceSettingsJupyterLabAppSettingsAppLifecycleManagementIdleSettingsArgsBuilder.() -> Unit)
Parameters
argument
Settings related to idle shutdown of Studio applications. see idle_settings
Block below.