filters
Parameters
value
A 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. Detailed below.
Parameters
values
A 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. Detailed below.
suspend fun filters(argument: List<suspend EventSourceMappingFilterCriteriaFilterArgsBuilder.() -> Unit>)
suspend fun filters(vararg argument: suspend EventSourceMappingFilterCriteriaFilterArgsBuilder.() -> Unit)
Parameters
argument
A 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. Detailed below.