/AWS1/CL_GLUEVENTBATCHINGCOND¶
Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_batchsize
TYPE /AWS1/GLUBATCHSIZE
/AWS1/GLUBATCHSIZE
¶
Number of events that must be received from Amazon EventBridge before EventBridge event trigger fires.
Optional arguments:¶
iv_batchwindow
TYPE /AWS1/GLUBATCHWINDOW
/AWS1/GLUBATCHWINDOW
¶
Window of time in seconds after which EventBridge event trigger fires. Window starts when first event is received.
Queryable Attributes¶
BatchSize¶
Number of events that must be received from Amazon EventBridge before EventBridge event trigger fires.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BATCHSIZE() |
Getter for BATCHSIZE, with configurable default |
ASK_BATCHSIZE() |
Getter for BATCHSIZE w/ exceptions if field has no value |
HAS_BATCHSIZE() |
Determine if BATCHSIZE has a value |
BatchWindow¶
Window of time in seconds after which EventBridge event trigger fires. Window starts when first event is received.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BATCHWINDOW() |
Getter for BATCHWINDOW, with configurable default |
ASK_BATCHWINDOW() |
Getter for BATCHWINDOW w/ exceptions if field has no value |
HAS_BATCHWINDOW() |
Determine if BATCHWINDOW has a value |