GraphQlApiLogConfigArgs

data class GraphQlApiLogConfigArgs(val cloudWatchLogsRoleArn: Output<String>? = null, val excludeVerboseContent: Output<Boolean>? = null, val fieldLogLevel: Output<String>? = null) : ConvertibleToJava<GraphQlApiLogConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val cloudWatchLogsRoleArn: Output<String>? = null

The service role that AWS AppSync will assume to publish to Amazon CloudWatch Logs in your account.

Link copied to clipboard
val excludeVerboseContent: Output<Boolean>? = null

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: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): GraphQlApiLogConfigArgs