TriggerEventBatchingCondition

data class TriggerEventBatchingCondition(val batchSize: Int, val batchWindow: Int? = null)

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: Int, batchWindow: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val batchWindow: Int? = null

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