Amazon AppSync · Example Payload

Appsync Domain Name Config Example

Production API endpoint

Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Domain Name Config Example is an example object payload from Amazon AppSync, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

domainNamedescriptioncertificateArnappsyncDomainNamehostedZoneId

Example Payload

Raw ↑
{
  "domainName": "api.example.com",
  "description": "Production API endpoint",
  "certificateArn": "arn:aws:acm:us-east-1:123456789012:certificate/abc123",
  "appsyncDomainName": "d123456789.cloudfront.net",
  "hostedZoneId": "Z2FDTNDATAQYW2"
}