Amazon AppSync · Example Payload

Appsync Api Association Example

Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Api Association 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

domainNameapiIdassociationStatusdeploymentDetail

Example Payload

Raw ↑
{
  "domainName": "api.example.com",
  "apiId": "abc123def456",
  "associationStatus": "SUCCESS",
  "deploymentDetail": ""
}