Amazon API Gateway · JSON Structure

V1 Quota Settings Structure

QuotaSettings schema from Amazon API Gateway v1 API

Type: object Properties: 2
API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

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

Properties

limit period

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "limit": {
      "type": "int32",
      "description": "Maximum number of requests in the period.",
      "example": 24
    },
    "period": {
      "type": "string",
      "enum": [
        "DAY",
        "WEEK",
        "MONTH"
      ],
      "description": "Time period (DAY, WEEK, MONTH).",
      "example": "DAY"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-api-gateway/refs/heads/main/json-structure/v1-quota-settings-structure.json",
  "name": "QuotaSettings",
  "description": "QuotaSettings schema from Amazon API Gateway v1 API"
}