aws.macie2.get_usage_totals
Example SQL Queries
SELECT * FROMaws.macie2.get_usage_totals;Description
Retrieves (queries) aggregated usage data for an account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| time_range Input Column The inclusive time period that the usage data applies to. Possible values are: MONTH_TO_DATE, for the current calendar month to date; and, PAST_30_DAYS, for the preceding 30 days. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| usage_totals An array of objects that contains the results of the query. Each object contains the data for a specific usage metric. | STRUCT( |
Show child fields
| |