powered by
Retrieves information about IAM entity usage and IAM quotas in the AWS account.
The number and size of IAM resources in an AWS account are limited. For more information, see IAM and STS Quotas in the IAM User Guide.
iam_get_account_summary()
A list with the following syntax:
list( SummaryMap = list( 123 ) )
if (FALSE) { # The following command returns information about the IAM entity quotas # and usage in the current AWS account. svc$get_account_summary() }
Run the code above in your browser using DataLab