Graph Ql Api Log Config Args
data class GraphQlApiLogConfigArgs(val cloudWatchLogsRoleArn: Output<String>? = null, val excludeVerboseContent: Output<Boolean>? = null, val fieldLogLevel: Output<String>? = null) : ConvertibleToJava<GraphQlApiLogConfigArgs>
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
The field logging level. Values can be NONE, ERROR, INFO, DEBUG, or ALL.