Amazon API Gateway · Example Payload

V2 Create Api Request Example

API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

V2 Create Api Request 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

NameProtocolTypeRouteSelectionExpressionDescriptionTarget

Example Payload

Raw ↑
{
  "Name": "my-api-resource",
  "ProtocolType": "HTTP",
  "RouteSelectionExpression": "example-value",
  "Description": "A description of this resource.",
  "Target": "example-value"
}