Amazon AppSync · JSON Structure

Appsync Additional Authentication Provider Structure

An additional authentication provider for a GraphQL API

Type: record Properties: 0
Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Additional Authentication Provider 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-additional-authentication-provider-structure.json",
  "title": "AdditionalAuthenticationProvider",
  "description": "An additional authentication provider for a GraphQL API",
  "type": "record",
  "fields": {
    "authenticationType": {
      "type": "string",
      "description": "Authentication type"
    },
    "lambdaAuthorizerConfig": {
      "type": "string",
      "description": "lambdaAuthorizerConfig"
    },
    "userPoolConfig": {
      "type": "string",
      "description": "userPoolConfig"
    }
  }
}