Amazon Config · JSON Structure

Config Describe Pending Aggregation Requests Request Structure

DescribePendingAggregationRequestsRequest schema

Type: object Properties: 2
AuditingComplianceConfiguration ManagementGovernanceSecurity

DescribePendingAggregationRequestsRequest is a JSON Structure definition published by Amazon Config, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Limit NextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-describe-pending-aggregation-requests-request-structure.json",
  "name": "DescribePendingAggregationRequestsRequest",
  "description": "DescribePendingAggregationRequestsRequest schema",
  "type": "object",
  "properties": {
    "Limit": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DescribePendingAggregationRequestsLimit"
        },
        {
          "description": "The maximum number of evaluation results returned on each page. The default is maximum. If you specify 0, Config uses the default."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response."
        }
      ]
    }
  }
}