Amazon API Gateway · Example Payload

Amazon Api Gateway Authorizer Example

GatewayHTTP APIREST APIServerlessWebSocket

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

Top-level fields

idnametypeproviderARNsauthTypeauthorizerUriauthorizerCredentialsidentitySourceidentityValidationExpressionauthorizerResultTtlInSeconds

Example Payload

Raw ↑
{
  "id": "example-id",
  "name": "example-name",
  "type": "TOKEN",
  "providerARNs": [],
  "authType": "example-authType",
  "authorizerUri": "example-authorizerUri",
  "authorizerCredentials": "example-authorizerCredentials",
  "identitySource": "example-identitySource",
  "identityValidationExpression": "example-identityValidationExpression",
  "authorizerResultTtlInSeconds": 1
}