Amazon API Gateway · Example Payload

Amazon Api Gateway Methodsetting Example

GatewayHTTP APIREST APIServerlessWebSocket

Amazon Api Gateway Methodsetting Example is an example object payload from Amazon API Gateway, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

metricsEnabledloggingLeveldataTraceEnabledthrottlingBurstLimitcachingEnabledcacheTtlInSecondscacheDataEncryptedrequireAuthorizationForCacheControlunauthorizedCacheControlHeaderStrategy

Example Payload

Raw ↑
{
  "metricsEnabled": true,
  "loggingLevel": "OFF",
  "dataTraceEnabled": true,
  "throttlingBurstLimit": 1,
  "cachingEnabled": true,
  "cacheTtlInSeconds": 1,
  "cacheDataEncrypted": true,
  "requireAuthorizationForCacheControl": true,
  "unauthorizedCacheControlHeaderStrategy": "FAIL_WITH_403"
}