Amazon AppSync · Example Payload

Appsync Create Domain Name Request Example

Production API endpoint

Amazon AppSyncGraphQLAPI ManagementServerless

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

Top-level fields

domainNamecertificateArndescription

Example Payload

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