SourceTriggerArgs

data class SourceTriggerArgs(val name: Output<String>, val sourceRepository: Output<SourcePropertiesArgs>, val sourceTriggerEvents: Output<List<Either<String, SourceTriggerEvent>>>, val status: Output<Either<String, TriggerStatus>>? = null) : ConvertibleToJava<SourceTriggerArgs>

The properties of a source based trigger.

Constructors

Link copied to clipboard
constructor(name: Output<String>, sourceRepository: Output<SourcePropertiesArgs>, sourceTriggerEvents: Output<List<Either<String, SourceTriggerEvent>>>, status: Output<Either<String, TriggerStatus>>? = null)

Properties

Link copied to clipboard
val name: Output<String>

The name of the trigger.

Link copied to clipboard

The properties that describes the source(code) for the task.

Link copied to clipboard

The source event corresponding to the trigger.

Link copied to clipboard
val status: Output<Either<String, TriggerStatus>>? = null

The current status of trigger.

Functions

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