Skip to contents

Retrieves the quota utilization report for your Amazon Web Services account. This operation returns paginated results showing your quota usage across all Amazon Web Services services, sorted by utilization percentage in descending order (highest utilization first).

See https://www.paws-r-sdk.com/docs/servicequotas_get_quota_utilization_report/ for full documentation.

Usage

servicequotas_get_quota_utilization_report(
  ReportId,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

ReportId

[required] The unique identifier for the quota utilization report. This identifier is returned by the start_quota_utilization_report operation.

NextToken

A token that indicates the next page of results to retrieve. This token is returned in the response when there are more results available. Omit this parameter for the first request.

MaxResults

The maximum number of results to return per page. The default value is 1,000 and the maximum allowed value is 1,000.