Amazon AppSync · JSON Structure

Appsync Create Graphql Api Request Structure

Request to create a GraphQL API

Type: record Properties: 0
Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Create Graphql Api Request 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-create-graphql-api-request-structure.json",
  "title": "CreateGraphqlApiRequest",
  "description": "Request to create a GraphQL API",
  "type": "record",
  "fields": {
    "name": {
      "type": "string",
      "description": "The API name"
    },
    "authenticationType": {
      "type": "string",
      "description": "Default authentication type"
    },
    "logConfig": {
      "type": "string",
      "description": "logConfig"
    },
    "additionalAuthenticationProviders": {
      "type": "array",
      "description": "Additional authentication providers"
    },
    "xrayEnabled": {
      "type": "boolean",
      "description": "Enable X-Ray tracing"
    },
    "tags": {
      "type": "object",
      "description": "Resource tags"
    },
    "lambdaAuthorizerConfig": {
      "type": "string",
      "description": "lambdaAuthorizerConfig"
    },
    "visibility": {
      "type": "string",
      "description": "API visibility"
    },
    "apiType": {
      "type": "string",
      "description": "API type"
    }
  }
}