DomainDefaultSpaceSettingsJupyterLabAppSettingsAppLifecycleManagementIdleSettingsArgs

data class DomainDefaultSpaceSettingsJupyterLabAppSettingsAppLifecycleManagementIdleSettingsArgs(val idleTimeoutInMinutes: Output<Int>? = null, val lifecycleManagement: Output<String>? = null, val maxIdleTimeoutInMinutes: Output<Int>? = null, val minIdleTimeoutInMinutes: Output<Int>? = null) : ConvertibleToJava<DomainDefaultSpaceSettingsJupyterLabAppSettingsAppLifecycleManagementIdleSettingsArgs>

Constructors

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

Properties

Link copied to clipboard
val idleTimeoutInMinutes: Output<Int>? = null

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
val lifecycleManagement: Output<String>? = null

Indicates whether idle shutdown is activated for the application type. Valid values are ENABLED and DISABLED.

Link copied to clipboard
val maxIdleTimeoutInMinutes: Output<Int>? = null

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
val minIdleTimeoutInMinutes: Output<Int>? = null

The minimum value in minutes that custom idle shutdown can be set to by the user. Valid values are between 60 and 525600.

Functions

Link copied to clipboard
open override fun toJava(): DomainDefaultSpaceSettingsJupyterLabAppSettingsAppLifecycleManagementIdleSettingsArgs