aws.iam.get_account_summary
Example SQL Queries
SELECT * FROMaws.iam.get_account_summary;Description
Retrieves information about IAM entity usage and IAM quotas in the Amazon Web Services account.
For information about IAM quotas, see IAM and STS quotas in the IAM User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| summary_map A set of key–value pairs containing information about IAM entity usage and IAM quotas. | MAP(VARCHAR, BIGINT) |