Domain Default User Settings Code Editor App Settings App Lifecycle Management Idle Settings
data class DomainDefaultUserSettingsCodeEditorAppSettingsAppLifecycleManagementIdleSettings(val idleTimeoutInMinutes: Int? = null, val lifecycleManagement: String? = null, val maxIdleTimeoutInMinutes: Int? = null, val minIdleTimeoutInMinutes: Int? = null)
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
.