Amazon API Gateway · Example Payload

V1 Create Rest Api Request Example

A description of this resource.

API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

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

Top-level fields

namedescriptionversionendpointConfiguration

Example Payload

Raw ↑
{
  "name": "my-api-resource",
  "description": "A description of this resource.",
  "version": "1.0",
  "endpointConfiguration": {
    "types": [
      "EDGE"
    ]
  }
}