Amazon AppSync · Example Payload

Appsync Update Data Source Request Example

Updated data source

Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Update Data Source Request Example is an example object payload from Amazon AppSync, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptiontypeserviceRoleArndynamodbConfig

Example Payload

Raw ↑
{
  "description": "Updated data source",
  "type": "AMAZON_DYNAMODB",
  "serviceRoleArn": "arn:aws:iam::123456789012:role/appsync-role",
  "dynamodbConfig": "example-string"
}