Skip to content

aws.iam.get_account_summary

Example SQL Queries

SELECT * FROM
aws.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 NameColumn Data Type
summary_map

A set of key–value pairs containing information about IAM entity usage and IAM quotas.

MAP(VARCHAR, BIGINT)