DomainIdleSettings

data class DomainIdleSettings(val idleTimeoutInMinutes: Int? = null, val lifecycleManagement: DomainLifecycleManagement? = null, val maxIdleTimeoutInMinutes: Int? = null, val minIdleTimeoutInMinutes: Int? = null)

Constructors

Link copied to clipboard
constructor(idleTimeoutInMinutes: Int? = null, lifecycleManagement: DomainLifecycleManagement? = null, maxIdleTimeoutInMinutes: Int? = null, minIdleTimeoutInMinutes: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time that SageMaker waits after the application becomes idle before shutting it down.

Link copied to clipboard

Indicates whether idle shutdown is activated for the application type.

Link copied to clipboard

The maximum value in minutes that custom idle shutdown can be set to by the user.

Link copied to clipboard

The minimum value in minutes that custom idle shutdown can be set to by the user.