macie2_get_usage_statistics: Retrieves (queries) quotas and aggregated usage data for one...

View source: R/macie2_operations.R

macie2_get_usage_statisticsR Documentation

Retrieves (queries) quotas and aggregated usage data for one or more accounts

Description

Retrieves (queries) quotas and aggregated usage data for one or more accounts.

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

Usage

macie2_get_usage_statistics(
  filterBy = NULL,
  maxResults = NULL,
  nextToken = NULL,
  sortBy = NULL,
  timeRange = NULL
)

Arguments

filterBy

An array of objects, one for each condition to use to filter the query results. If you specify more than one condition, Amazon Macie uses an AND operator to join the conditions.

maxResults

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

nextToken

The nextToken string that specifies which page of results to return in a paginated response.

sortBy

The criteria to use to sort the query results.

timeRange

The inclusive time period to query usage data for. Valid values are: MONTH_TO_DATE, for the current calendar month to date; and, PAST_30_DAYS, for the preceding 30 days. If you don't specify a value, Amazon Macie provides usage data for the preceding 30 days.


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