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

Represents the criteria to be used in the filter for describing scan entries.

interface FilterCriteria {
FilterCriterion?: FilterCriterion[] | null;
}

§Properties

§
FilterCriterion?: FilterCriterion[] | null
[src]

Represents a condition that when matched will be added to the response of the operation.