Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FilterCriteria

import type { FilterCriteria } from "https://aws-api.deno.dev/v0.4/services/pipes.ts?docs=full";

The collection of event patterns used to filter events. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.

interface FilterCriteria {
Filters?: Filter[] | null;
}

§Properties

§
Filters?: Filter[] | null
[src]

The event patterns.