Skip to main content

finding_statistics

Creates, updates, deletes, gets or lists a finding_statistics resource.

Overview

Namefinding_statistics
TypeResource
Idaws.macie2.finding_statistics

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
counts_by_grouparrayAn array of objects, one for each group of findings that matches the filter criteria specified in the request.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_finding_statisticsselectregionRetrieves (queries) aggregated statistical data about findings.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Retrieves (queries) aggregated statistical data about findings.

SELECT
counts_by_group
FROM aws.macie2.finding_statistics
WHERE region = '{{ region }}' -- required
;