class Aws::Glue::Types::EventBatchingCondition

Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.

@note When making an API call, you may pass EventBatchingCondition

data as a hash:

    {
      batch_size: 1, # required
      batch_window: 1,
    }

@!attribute [rw] batch_size

Number of events that must be received from Amazon EventBridge
before EventBridge event trigger fires.
@return [Integer]

@!attribute [rw] batch_window

Window of time in seconds after which EventBridge event trigger
fires. Window starts when first event is received.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/EventBatchingCondition AWS API Documentation

Constants

SENSITIVE