EventSourceMappingFilterCriteria constructor
const
EventSourceMappingFilterCriteria({
- Input<
List< ? filters,EventSourceMappingFilterCriteriaFilter> ?>
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,
});