Skip to content

Get Account Summary

iam_get_account_summary R Documentation

Retrieves information about IAM entity usage and IAM quotas in the Amazon Web Services account

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.

Usage

iam_get_account_summary()

Value

A list with the following syntax:

list(
  SummaryMap = list(
    123
  )
)

Examples

## Not run: 
# The following command returns information about the IAM entity quotas
# and usage in the current AWS account.
svc$get_account_summary()

## End(Not run)