Skip to main content

account_summaries

Creates, updates, deletes, gets or lists an account_summaries resource.

Overview

Nameaccount_summaries
TypeResource
Idaws.iam.account_summaries

Fields

The following fields are returned by SELECT queries:

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

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_account_summaryselectregionRetrieves 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.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

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.

SELECT
summary_map
FROM aws.iam.account_summaries
WHERE region = '{{ region }}' -- required
;