Amazon AppSync · JSON Structure

Appsync Data Source Structure

A data source configuration for a GraphQL API

Type: record Properties: 0
Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Data Source 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-data-source-structure.json",
  "title": "DataSource",
  "description": "A data source configuration for a GraphQL API",
  "type": "record",
  "fields": {
    "dataSourceArn": {
      "type": "string",
      "description": "The ARN of the data source"
    },
    "name": {
      "type": "string",
      "description": "The data source name"
    },
    "description": {
      "type": "string",
      "description": "The data source description"
    },
    "type": {
      "type": "string",
      "description": "The data source type"
    },
    "serviceRoleArn": {
      "type": "string",
      "description": "IAM service role ARN"
    },
    "dynamodbConfig": {
      "type": "string",
      "description": "dynamodbConfig"
    },
    "lambdaConfig": {
      "type": "string",
      "description": "lambdaConfig"
    },
    "elasticsearchConfig": {
      "type": "string",
      "description": "elasticsearchConfig"
    },
    "httpConfig": {
      "type": "string",
      "description": "httpConfig"
    }
  }
}