AWS::Glue::Trigger EventBatchingCondition
Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BatchSize" :
Integer
, "BatchWindow" :Integer
}
YAML
BatchSize:
Integer
BatchWindow:Integer
Properties
BatchSize
-
Number of events that must be received from Amazon EventBridge before EventBridge event trigger fires.
Required: Yes
Type: Integer
Update requires: No interruption
BatchWindow
-
Window of time in seconds after which EventBridge event trigger fires. Window starts when first event is received.
Required: No
Type: Integer
Update requires: No interruption