RuntimeTemplateIdleShutdownConfig

data class RuntimeTemplateIdleShutdownConfig(val idleTimeout: String? = null)

Constructors

Link copied to clipboard
constructor(idleTimeout: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val idleTimeout: String? = null

The duration after which the runtime is automatically shut down. An input of 0s disables the idle shutdown feature, and a valid range is 10m, 24h.