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

GetFindingStatisticsRequest

import type { GetFindingStatisticsRequest } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface GetFindingStatisticsRequest {
findingCriteria?: FindingCriteria | null;
groupBy: GroupBy;
size?: number | null;
sortCriteria?: FindingStatisticsSortCriteria | null;
}

§Properties

§
findingCriteria?: FindingCriteria | null
[src]

The criteria to use to filter the query results.

§
groupBy: GroupBy
[src]

The finding property to use to group the query results. Valid values are:

  • classificationDetails.jobId - The unique identifier for the classification job that produced the finding.
  • resourcesAffected.s3Bucket.name - The name of the S3 bucket that the finding applies to.
  • severity.description - The severity level of the finding, such as High or Medium.
  • type - The type of finding, such as Policy:IAMUser/S3BucketPublic and SensitiveData:S3Object/Personal.
§
size?: number | null
[src]

The maximum number of items to include in each page of the response.

§

The criteria to use to sort the query results.