Parameter | Type | Description | Example |
---|---|---|---|
object | The batch window configurations for the EventBridge trigger. | ||
CountBasedWindow | integer | The maximum number of events that are allowed in the batch window. When this threshold is reached, data in the window is pushed downstream. If multiple batch windows exist, data is pushed if triggering conditions are met in one of the windows. | 100 |
TimeBasedWindow | integer | The maximum period of time during which events are allowed in the batch window. Unit: seconds. When this threshold is reached, data in the window is pushed downstream. If multiple batch windows exist, data is pushed if triggering conditions are met in one of the windows. | 10 |