RuntimeTemplateIdleShutdownConfigArgs

data class RuntimeTemplateIdleShutdownConfigArgs(val idleTimeout: Output<String>? = null) : ConvertibleToJava<RuntimeTemplateIdleShutdownConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val idleTimeout: Output<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.

Functions

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