AutoPausePropertiesArgs

data class AutoPausePropertiesArgs(val delayInMinutes: Output<Int>? = null, val enabled: Output<Boolean>? = null) : ConvertibleToJava<AutoPausePropertiesArgs>

Auto-pausing properties of a Big Data pool powered by Apache Spark

Constructors

Link copied to clipboard
constructor(delayInMinutes: Output<Int>? = null, enabled: Output<Boolean>? = null)

Properties

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

Number of minutes of idle time before the Big Data pool is automatically paused.

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether auto-pausing is enabled for the Big Data pool.

Functions

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