Amazon API Gateway · Example Payload

V2 Create Authorizer Request Example

API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

V2 Create Authorizer 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

NameAuthorizerTypeIdentitySourceAuthorizerUri

Example Payload

Raw ↑
{
  "Name": "my-api-resource",
  "AuthorizerType": "REQUEST",
  "IdentitySource": [
    "abc123def456"
  ],
  "AuthorizerUri": "example-value"
}