LogConfigResponse

data class LogConfigResponse(val cloudWatchLogsRoleArn: String? = null, val excludeVerboseContent: Boolean? = null, val fieldLogLevel: FieldLogLevelEnumValueResponse? = null)

Definition of LogConfig

Constructors

Link copied to clipboard
constructor(cloudWatchLogsRoleArn: String? = null, excludeVerboseContent: Boolean? = null, fieldLogLevel: FieldLogLevelEnumValueResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The service role that AppSync assumes to publish to CloudWatch logs in your account.

Link copied to clipboard

Set to TRUE to exclude sections that contain information such as headers, context, and evaluated mapping templates, regardless of logging level.

Link copied to clipboard

The field logging level. Values can be NONE, ERROR, or ALL.

  • NONE: No field-level logs are captured.

  • ERROR: Logs the following information only for the fields that are in error:

    • The error section in the server response.

    • Field-level errors.

    • The generated request/response functions that got resolved for error fields.

  • ALL: The following information is logged for all fields in the query:

    • Field-level tracing information.

    • The generated request/response functions that got resolved for each field.