Amazon AppSync · JSON Structure

Appsync Dynamodb Data Source Config Structure

DynamoDB data source configuration

Type: record Properties: 0
Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Dynamodb Data Source Config 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-dynamodb-data-source-config-structure.json",
  "title": "DynamodbDataSourceConfig",
  "description": "DynamoDB data source configuration",
  "type": "record",
  "fields": {
    "tableName": {
      "type": "string",
      "description": "DynamoDB table name"
    },
    "awsRegion": {
      "type": "string",
      "description": "AWS Region"
    },
    "useCallerCredentials": {
      "type": "boolean",
      "description": "Whether to use caller credentials"
    },
    "deltaSyncConfig": {
      "type": "object",
      "description": "Delta sync configuration"
    },
    "versioned": {
      "type": "boolean",
      "description": "Whether versioning is enabled"
    }
  }
}