filterCriteria

@JvmName(name = "qcpqwjgpmqhrhlor")
suspend fun filterCriteria(value: Output<PipeFilterCriteriaArgs>)
@JvmName(name = "ocljkyikvmkcqrsk")
suspend fun filterCriteria(value: PipeFilterCriteriaArgs?)

Parameters

value

The collection of event patterns used to filter events. To remove a filter, specify a FilterCriteria object with an empty array of Filter objects. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide .


@JvmName(name = "ryusfiiuupxhmcew")
suspend fun filterCriteria(argument: suspend PipeFilterCriteriaArgsBuilder.() -> Unit)

Parameters

argument

The collection of event patterns used to filter events. To remove a filter, specify a FilterCriteria object with an empty array of Filter objects. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide .