DomainIdleSettingsArgs

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

Constructors

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

Properties

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

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

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

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.

Functions

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