FunctionLoggingConfigArgs

data class FunctionLoggingConfigArgs(val applicationLogLevel: Output<String>? = null, val logFormat: Output<String>, val logGroup: Output<String>? = null, val systemLogLevel: Output<String>? = null) : ConvertibleToJava<FunctionLoggingConfigArgs>

Constructors

Link copied to clipboard
constructor(applicationLogLevel: Output<String>? = null, logFormat: Output<String>, logGroup: Output<String>? = null, systemLogLevel: Output<String>? = null)

Properties

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

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
val logFormat: Output<String>

select between Text and structured JSON format for your function's logs.

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

the CloudWatch log group your function sends logs to.

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

for JSON structured logs, choose the detail level of the Lambda platform event logs sent to CloudWatch, such as ERROR, DEBUG, or INFO.

Functions

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