Amazon API Gateway · JSON Structure

Amazon Api Gateway Methodsetting Structure

Type: record Properties: 0
GatewayHTTP APIREST APIServerlessWebSocket

MethodSetting is a JSON Structure definition published by Amazon API Gateway. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "MethodSetting",
  "type": "record",
  "fields": [
    {
      "name": "metricsEnabled",
      "type": "boolean"
    },
    {
      "name": "loggingLevel",
      "type": "string"
    },
    {
      "name": "dataTraceEnabled",
      "type": "boolean"
    },
    {
      "name": "throttlingBurstLimit",
      "type": "int32"
    },
    {
      "name": "throttlingRateLimit",
      "type": "double"
    },
    {
      "name": "cachingEnabled",
      "type": "boolean"
    },
    {
      "name": "cacheTtlInSeconds",
      "type": "int32"
    },
    {
      "name": "cacheDataEncrypted",
      "type": "boolean"
    },
    {
      "name": "requireAuthorizationForCacheControl",
      "type": "boolean"
    },
    {
      "name": "unauthorizedCacheControlHeaderStrategy",
      "type": "string"
    }
  ]
}