filters

@JvmName(name = "kqdobeyebhksenmo")
suspend fun filters(value: Output<List<EventSourceMappingFilterCriteriaFilterArgs>>)
@JvmName(name = "rfmspfwyegaxrvgp")
suspend fun filters(value: List<EventSourceMappingFilterCriteriaFilterArgs>?)

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.


@JvmName(name = "hkcvcfbptssedcac")
suspend fun filters(vararg values: Output<EventSourceMappingFilterCriteriaFilterArgs>)


@JvmName(name = "lbrikqpridkresjr")
suspend fun filters(values: List<Output<EventSourceMappingFilterCriteriaFilterArgs>>)
@JvmName(name = "qtsvpwvsgcdhemsb")
suspend fun filters(vararg values: EventSourceMappingFilterCriteriaFilterArgs)

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.


@JvmName(name = "yulaqhhbcnoiwnur")
suspend fun filters(argument: List<suspend EventSourceMappingFilterCriteriaFilterArgsBuilder.() -> Unit>)
@JvmName(name = "xxyotovrxooxvunr")
suspend fun filters(vararg argument: suspend EventSourceMappingFilterCriteriaFilterArgsBuilder.() -> Unit)
@JvmName(name = "wadfvoddshdqbhxd")
suspend fun filters(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.