MaxResults

The maximum number of results to return for this request.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads
View JSON Schema on GitHub

JSON Schema

well-architected-tool-max-results-schema.json Raw ↑
{
  "type": "integer",
  "description": "The maximum number of results to return for this request.",
  "minimum": 1,
  "maximum": 50,
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MaxResults",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-max-results-schema.json"
}