Amazon AppSync · JSON Structure

Appsync Log Config Structure

Logging configuration for a GraphQL API

Type: record Properties: 0
Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Log Config Structure is a JSON Structure definition published by Amazon AppSync. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-appsync/json-structure/appsync-log-config-structure.json",
  "title": "LogConfig",
  "description": "Logging configuration for a GraphQL API",
  "type": "record",
  "fields": {
    "cloudWatchLogsRoleArn": {
      "type": "string",
      "description": "CloudWatch Logs role ARN"
    },
    "fieldLogLevel": {
      "type": "string",
      "description": "Field log level"
    },
    "excludeVerboseContent": {
      "type": "boolean",
      "description": "Whether to exclude verbose content"
    }
  }
}