Amazon AppSync · Example Payload

Appsync Graphql Api Example

Amazon AppSyncGraphQLAPI ManagementServerless

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

Top-level fields

apiIdnameauthenticationTypearnuristagsadditionalAuthenticationProviderslogConfigxrayEnabledwafWebAclArnlambdaAuthorizerConfigvisibilityapiType

Example Payload

Raw ↑
{
  "apiId": "abc123def456",
  "name": "MyGraphQLAPI",
  "authenticationType": "API_KEY",
  "arn": "arn:aws:appsync:us-east-1:123456789012:apis/abc123def456",
  "uris": {},
  "tags": {},
  "additionalAuthenticationProviders": [],
  "logConfig": "example-string",
  "xrayEnabled": false,
  "wafWebAclArn": "",
  "lambdaAuthorizerConfig": "example-string",
  "visibility": "GLOBAL",
  "apiType": "GRAPHQL"
}