Domain Default Space Settings Jupyter Lab App Settings App Lifecycle Management Args
data class DomainDefaultSpaceSettingsJupyterLabAppSettingsAppLifecycleManagementArgs(val idleSettings: Output<DomainDefaultSpaceSettingsJupyterLabAppSettingsAppLifecycleManagementIdleSettingsArgs>? = null) : ConvertibleToJava<DomainDefaultSpaceSettingsJupyterLabAppSettingsAppLifecycleManagementArgs>
Constructors
Link copied to clipboard
constructor(idleSettings: Output<DomainDefaultSpaceSettingsJupyterLabAppSettingsAppLifecycleManagementIdleSettingsArgs>? = null)
Properties
Link copied to clipboard
val idleSettings: Output<DomainDefaultSpaceSettingsJupyterLabAppSettingsAppLifecycleManagementIdleSettingsArgs>? = null
Settings related to idle shutdown of Studio applications. see idle_settings
Block below.