{
"$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 ResourceEvaluationFilters 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 nextToken string returned on a previous page that you use to get the next page of results in a paginated response."
}
]
}
}
}