TriggerEventBatchingCondition

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

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. Default value is 900.