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

FilterCondition

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

Contains information about the condition.

interface FilterCondition {
EqualsValue?: string | null;
GreaterThan?: number | null;
LessThan?: number | null;
}

§Properties

§
EqualsValue?: string | null
[src]

Represents an equal ** condition to be applied to a single field when querying for scan entries.

§
GreaterThan?: number | null
[src]

Represents a greater than condition to be applied to a single field when querying for scan entries.

§
LessThan?: number | null
[src]

Represents a less than condition to be applied to a single field when querying for scan entries.