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.3/services/ssmincidents.ts?docs=full";

Filter the selection by using a condition.

interface Filter {
condition: Condition;
key: string;
}

§Properties

§
condition: Condition
[src]

The condition accepts before or after a specified time, equal to a string, or equal to an integer.

§
key: string
[src]

The key that you're filtering on.