Values.AwsAppSyncGraphQlApiLogConfigDetailsSourceSpecifies the logging configuration when writing GraphQL operations and tracing to Amazon CloudWatch for an AppSync GraphQL API.
type nonrec t = {cloudWatchLogsRoleArn : NonEmptyString.t option;The Amazon Resource Name (ARN) of the service role that AppSync assumes to publish to CloudWatch Logs in your account.
*)excludeVerboseContent : Boolean.t option;Set to TRUE to exclude sections that contain information such as headers, context, and evaluated mapping templates, regardless of logging level.
*)fieldLogLevel : NonEmptyString.t option;The field logging level.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]