Amazon AppSync · Example Payload

Appsync Log Config Example

Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Log Config 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

cloudWatchLogsRoleArnfieldLogLevelexcludeVerboseContent

Example Payload

Raw ↑
{
  "cloudWatchLogsRoleArn": "arn:aws:iam::123456789012:role/appsync-logs-role",
  "fieldLogLevel": "ERROR",
  "excludeVerboseContent": false
}