TriggerEventBatchingConditionArgs

data class TriggerEventBatchingConditionArgs(val batchSize: Output<Int>, val batchWindow: Output<Int>? = null) : ConvertibleToJava<TriggerEventBatchingConditionArgs>

Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.

Constructors

Link copied to clipboard
constructor(batchSize: Output<Int>, batchWindow: Output<Int>? = null)

Properties

Link copied to clipboard
val batchSize: Output<Int>

Number of events that must be received from Amazon EventBridge before EventBridge event trigger fires.

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

Window of time in seconds after which EventBridge event trigger fires. Window starts when first event is received.

Functions

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