Amazon AppSync · JSON Structure

Appsync Create Data Source Request Structure

Request to create a data source

Type: record Properties: 0
Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Create Data Source 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-data-source-request-structure.json",
  "title": "CreateDataSourceRequest",
  "description": "Request to create a data source",
  "type": "record",
  "fields": {
    "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 role ARN for AppSync to assume"
    },
    "dynamodbConfig": {
      "type": "string",
      "description": "dynamodbConfig"
    },
    "lambdaConfig": {
      "type": "string",
      "description": "lambdaConfig"
    },
    "httpConfig": {
      "type": "string",
      "description": "httpConfig"
    }
  }
}