Domain Default User Settings Jupyter Lab App Settings App Lifecycle Management Idle Settings Args
data class DomainDefaultUserSettingsJupyterLabAppSettingsAppLifecycleManagementIdleSettingsArgs(val idleTimeoutInMinutes: Output<Int>? = null, val lifecycleManagement: Output<String>? = null, val maxIdleTimeoutInMinutes: Output<Int>? = null, val minIdleTimeoutInMinutes: Output<Int>? = null) : ConvertibleToJava<DomainDefaultUserSettingsJupyterLabAppSettingsAppLifecycleManagementIdleSettingsArgs>
Properties
Link copied to clipboard
The time that SageMaker AI waits after the application becomes idle before shutting it down. Valid values are between 60
and 525600
.
Link copied to clipboard
Indicates whether idle shutdown is activated for the application type. Valid values are ENABLED
and DISABLED
.
Link copied to clipboard
The maximum value in minutes that custom idle shutdown can be set to by the user. Valid values are between 60
and 525600
.
Link copied to clipboard
The minimum value in minutes that custom idle shutdown can be set to by the user. Valid values are between 60
and 525600
.