Amazon API Gateway · Example Payload

Amazon Api Gateway Resource Example

GatewayHTTP APIREST APIServerlessWebSocket

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

Top-level fields

idparentIdpathPartpathresourceMethods

Example Payload

Raw ↑
{
  "id": "example-id",
  "parentId": "example-parentId",
  "pathPart": "example-pathPart",
  "path": "example-path",
  "resourceMethods": {}
}