Amazon AppSync · JSON Structure

Appsync Update Data Source Request Structure

Request to update a data source

Type: record Properties: 0
Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Update 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-update-data-source-request-structure.json",
  "title": "UpdateDataSourceRequest",
  "description": "Request to update a data source",
  "type": "record",
  "fields": {
    "description": {
      "type": "string",
      "description": "Updated description"
    },
    "type": {
      "type": "string",
      "description": "Data source type"
    },
    "serviceRoleArn": {
      "type": "string",
      "description": "IAM role ARN"
    },
    "dynamodbConfig": {
      "type": "string",
      "description": "dynamodbConfig"
    }
  }
}