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

FindingCriteria

import type { FindingCriteria } from "https://aws-api.deno.dev/v0.3/services/macie2.ts?docs=full";

Specifies, as a map, one or more property-based conditions that filter the results of a query for findings.

interface FindingCriteria {
criterion?: {
[key: string]: CriterionAdditionalProperties | null | undefined;
}
| null;
}

§Properties

§
criterion?: {
[key: string]: CriterionAdditionalProperties | null | undefined;
}
| null
[src]

A condition that specifies the property, operator, and one or more values to use to filter the results.