GraphQLApiLogConfigArgs

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

Constructors

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

Properties

Link copied to clipboard

Amazon Resource Name of 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. Valid values: true, false. Default value: false

Link copied to clipboard
val fieldLogLevel: Output<String>

Field logging level. Valid values: ALL, ERROR, NONE.

Functions

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