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

Filter

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

Filter events using an event pattern. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.

interface Filter {
Pattern?: string | null;
}

§Properties

§
Pattern?: string | null
[src]

The event pattern.