macie2_get_finding_statistics: Retrieves (queries) aggregated statistical data about...

View source: R/macie2_operations.R

macie2_get_finding_statisticsR Documentation

Retrieves (queries) aggregated statistical data about findings

Description

Retrieves (queries) aggregated statistical data about findings.

See https://www.paws-r-sdk.com/docs/macie2_get_finding_statistics/ for full documentation.

Usage

macie2_get_finding_statistics(
  findingCriteria = NULL,
  groupBy,
  size = NULL,
  sortCriteria = NULL
)

Arguments

findingCriteria

The criteria to use to filter the query results.

groupBy

[required] 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

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

sortCriteria

The criteria to use to sort the query results.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.