Function Logging Config Args
data class FunctionLoggingConfigArgs(val applicationLogLevel: Output<String>? = null, val logFormat: Output<String>, val logGroup: Output<String>? = null, val systemLogLevel: Output<String>? = null) : ConvertibleToJava<FunctionLoggingConfigArgs>
Properties
Link copied to clipboard
for JSON structured logs, choose the detail level of the logs your application sends to CloudWatch when using supported logging libraries.
Link copied to clipboard
for JSON structured logs, choose the detail level of the Lambda platform event logs sent to CloudWatch, such as ERROR
, DEBUG
, or INFO
.