aws.inspector2.list_usage_totals
Example SQL Queries
SELECT * FROMaws.inspector2.list_usage_totals;Description
Lists the Amazon Inspector usage totals over the last 30 days.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_ids Input Column The Amazon Web Services account IDs to retrieve usage totals for. | VARCHAR[] |
Show child fields
| |
| _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 |
| account_id The account ID of the account that usage data was retrieved for. | VARCHAR |
| usage An object representing the total usage for an account. | STRUCT( |
Show child fields
| |