Amazon AppSync · Example Payload

Appsync Create Graphql Api Request Example

Amazon AppSyncGraphQLAPI ManagementServerless

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

Top-level fields

nameauthenticationTypelogConfigadditionalAuthenticationProvidersxrayEnabledtagslambdaAuthorizerConfigvisibilityapiType

Example Payload

Raw ↑
{
  "name": "MyGraphQLAPI",
  "authenticationType": "API_KEY",
  "logConfig": "example-string",
  "additionalAuthenticationProviders": [],
  "xrayEnabled": false,
  "tags": {},
  "lambdaAuthorizerConfig": "example-string",
  "visibility": "GLOBAL",
  "apiType": "GRAPHQL"
}