AWS::Glue::Trigger EventBatchingCondition - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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