Amazon Config · JSON Structure

Config List Resource Evaluations Request Structure

ListResourceEvaluationsRequest schema

Type: object Properties: 3
AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Properties

Filters 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-list-resource-evaluations-request-structure.json",
  "name": "ListResourceEvaluationsRequest",
  "description": "ListResourceEvaluationsRequest schema",
  "type": "object",
  "properties": {
    "Filters": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceEvaluationFilters"
        },
        {
          "description": "Returns a <code>ResourceEvaluationFilters</code> object."
        }
      ]
    },
    "Limit": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListResourceEvaluationsPageItemLimit"
        },
        {
          "description": "The maximum number of evaluations returned on each page. The default is 10. You cannot specify a number greater than 100. 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."
        }
      ]
    }
  }
}