Graph QLApi Log Config Args
data class GraphQLApiLogConfigArgs(val cloudwatchLogsRoleArn: Output<String>, val excludeVerboseContent: Output<Boolean>? = null, val fieldLogLevel: Output<String>) : ConvertibleToJava<GraphQLApiLogConfigArgs>
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
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
Field logging level. Valid values: ALL
, ERROR
, NONE
.