GraphQlApiLogConfig

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The service role that AWS AppSync will assume to publish to Amazon 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
val fieldLogLevel: String? = null

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