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

FilterCriterion

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

Represents a condition that when matched will be added to the response of the operation. Irrespective of using any filter criteria, an administrator account can view the scan entries for all of its member accounts. However, each member account can view the scan entries only for their own account.

interface FilterCriterion {
CriterionKey?: CriterionKey | null;
FilterCondition?: FilterCondition | null;
}

§Properties

§
CriterionKey?: CriterionKey | null
[src]

An enum value representing possible scan properties to match with given scan entries.

§
FilterCondition?: FilterCondition | null
[src]

Contains information about the condition.