Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data EventBatchingCondition Source #
Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.
See: newEventBatchingCondition
smart constructor.
EventBatchingCondition' | |
|
Instances
newEventBatchingCondition Source #
Create a value of EventBatchingCondition
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:batchWindow:EventBatchingCondition'
, eventBatchingCondition_batchWindow
- Window of time in seconds after which EventBridge event trigger fires.
Window starts when first event is received.
$sel:batchSize:EventBatchingCondition'
, eventBatchingCondition_batchSize
- Number of events that must be received from Amazon EventBridge before
EventBridge event trigger fires.
eventBatchingCondition_batchWindow :: Lens' EventBatchingCondition (Maybe Natural) Source #
Window of time in seconds after which EventBridge event trigger fires. Window starts when first event is received.
eventBatchingCondition_batchSize :: Lens' EventBatchingCondition Natural Source #
Number of events that must be received from Amazon EventBridge before EventBridge event trigger fires.