DomainDefaultUserSettingsCodeEditorAppSettingsAppLifecycleManagementIdleSettings

data class DomainDefaultUserSettingsCodeEditorAppSettingsAppLifecycleManagementIdleSettings(val idleTimeoutInMinutes: Int? = null, val lifecycleManagement: String? = null, val maxIdleTimeoutInMinutes: Int? = null, val minIdleTimeoutInMinutes: Int? = null)

Constructors

constructor(idleTimeoutInMinutes: Int? = null, lifecycleManagement: String? = null, maxIdleTimeoutInMinutes: Int? = null, minIdleTimeoutInMinutes: Int? = null)

Types

Link copied to clipboard
object Companion

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.