Amazon AppSync · JSON Structure

Appsync Lambda Authorizer Config Structure

Configuration for Lambda-based authorization

Type: record Properties: 0
Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Lambda Authorizer Config Structure is a JSON Structure definition published by Amazon AppSync. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-appsync/json-structure/appsync-lambda-authorizer-config-structure.json",
  "title": "LambdaAuthorizerConfig",
  "description": "Configuration for Lambda-based authorization",
  "type": "record",
  "fields": {
    "authorizerUri": {
      "type": "string",
      "description": "Lambda function ARN"
    },
    "authorizerResultTtlInSeconds": {
      "type": "integer",
      "description": "TTL for authorizer results in seconds"
    },
    "identityValidationExpression": {
      "type": "string",
      "description": "Regular expression for validating tokens"
    }
  }
}