Learn R Programming

paws.security.identity (version 0.1.12)

iam_get_account_summary: Retrieves information about IAM entity usage and IAM quotas in the AWS account

Description

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.

Usage

iam_get_account_summary()

Arguments

Value

A list with the following syntax:

list(
  SummaryMap = list(
    123
  )
)

Examples

Run this code
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