Learn R Programming

paws.security.identity (version 0.1.11)

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
# NOT RUN {
# The following command returns information about the IAM entity quotas
# and usage in the current AWS account.
svc$get_account_summary()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab