Amazon AppSync · JSON Structure

Appsync Update Graphql Api Request Structure

Request to update a GraphQL API

Type: record Properties: 0
Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Update 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-update-graphql-api-request-structure.json",
  "title": "UpdateGraphqlApiRequest",
  "description": "Request to update a GraphQL API",
  "type": "record",
  "fields": {
    "name": {
      "type": "string",
      "description": "The API name"
    },
    "authenticationType": {
      "type": "string",
      "description": "Authentication type"
    },
    "logConfig": {
      "type": "string",
      "description": "logConfig"
    },
    "xrayEnabled": {
      "type": "boolean",
      "description": "Enable X-Ray tracing"
    }
  }
}