AutoPausePropertiesArgs

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

Auto pause properties

Constructors

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

Functions

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

Properties

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