EventSourceMappingFilterCriteria constructor

const EventSourceMappingFilterCriteria({
  1. Input<List<EventSourceMappingFilterCriteriaFilter>?>? filters,
})

Creates a new EventSourceMappingFilterCriteria. filters Set of up to 5 filter. If an event satisfies at least one, Lambda sends the event to the function or adds it to the next batch. See below.

Implementation

const EventSourceMappingFilterCriteria({
  this.filters,
});