Logging Config Response
data class LoggingConfigResponse(val applicationLogLevel: String? = null, val failureFeedbackRoleArn: String? = null, val logFormat: String? = null, val logGroup: String? = null, val protocol: String? = null, val successFeedbackRoleArn: String? = null, val successFeedbackSampleRate: String? = null, val systemLogLevel: String? = null)
Definition of LoggingConfig
Properties
Link copied to clipboard
Set this property to filter the application logs for your function that Lambda sends to CloudWatch. Lambda only sends application logs at the selected level of detail and lower, where `TRACE`
is the highest level and `FATAL`
is the lowest.
Link copied to clipboard
Property failureFeedbackRoleArn
Link copied to clipboard
Link copied to clipboard
Property successFeedbackRoleArn
Link copied to clipboard
Property successFeedbackSampleRate
Link copied to clipboard
Set this property to filter the system logs for your function that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level of detail and lower, where `DEBUG`
is the highest level and `WARN`
is the lowest.