Amazon AppSync · Schema

CreateDataSourceResponse

Response from creating a data source

Amazon AppSyncGraphQLAPI ManagementServerless

Properties

Name Type Description
dataSource string dataSource
View JSON Schema on GitHub

JSON Schema

appsync-create-data-source-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-appsync/json-schema/appsync-create-data-source-response-schema.json",
  "title": "CreateDataSourceResponse",
  "description": "Response from creating a data source",
  "type": "object",
  "properties": {
    "dataSource": {
      "type": "string",
      "description": "dataSource"
    }
  }
}