{ "$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" } } }