Amazon API Gateway · Example Payload

Amazon Api Gateway Createauthorizerrequest Example

GatewayHTTP APIREST APIServerlessWebSocket

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

Top-level fields

nametypeproviderARNsauthTypeauthorizerUriauthorizerCredentialsidentitySourceidentityValidationExpressionauthorizerResultTtlInSeconds

Example Payload

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