maximumBatchingWindowInSeconds property

Input<int?>? maximumBatchingWindowInSeconds
final

Maximum amount of time to gather records before invoking the function, in seconds (between 0 and 300). Records will continue to buffer until either maximumBatchingWindowInSeconds expires or batchSize has been met. For streaming event sources, defaults to as soon as records are available in the stream. Only available for stream sources (DynamoDB and Kinesis) and SQS standard queues.

Implementation

final pulumi.Input<int?>? maximumBatchingWindowInSeconds;