RegistryTaskTimerTriggerArgs

data class RegistryTaskTimerTriggerArgs(val enabled: Output<Boolean>? = null, val name: Output<String>, val schedule: Output<String>) : ConvertibleToJava<RegistryTaskTimerTriggerArgs>

Constructors

Link copied to clipboard
fun RegistryTaskTimerTriggerArgs(enabled: Output<Boolean>? = null, name: Output<String>, schedule: Output<String>)

Functions

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

Properties

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

Should the trigger be enabled? Defaults to true.

Link copied to clipboard
val name: Output<String>

The name which should be used for this trigger.

Link copied to clipboard
val schedule: Output<String>

The CRON expression for the task schedule.