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

GetFindingsRequest

import type { GetFindingsRequest } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface GetFindingsRequest {
findingIds: string[];
sortCriteria?: SortCriteria | null;
}

§Properties

§
findingIds: string[]
[src]

An array of strings that lists the unique identifiers for the findings to retrieve. You can specify as many as 50 unique identifiers in this array.

§
sortCriteria?: SortCriteria | null
[src]

The criteria for sorting the results of the request.