Amazon AppSync · Schema

AppSyncRuntime

Runtime configuration for APPSYNC_JS resolvers

Amazon AppSyncGraphQLAPI ManagementServerless

Properties

Name Type Description
name string Runtime name
runtimeVersion string Runtime version
View JSON Schema on GitHub

JSON Schema

appsync-app-sync-runtime-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-appsync/json-schema/appsync-app-sync-runtime-schema.json",
  "title": "AppSyncRuntime",
  "description": "Runtime configuration for APPSYNC_JS resolvers",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Runtime name"
    },
    "runtimeVersion": {
      "type": "string",
      "description": "Runtime version"
    }
  }
}