EventSourceMappingLoggingConfig¶
Structure Class¶
EventSourceMappingLoggingConfig
dataclass
¶
(Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source. Use this configuration object to define the level of logs for your event source mapping.
Attributes¶
system_log_level
class-attribute
instance-attribute
¶
system_log_level: EventSourceMappingSystemLogLevel | None = None
The log level you want your event source mapping to use. Lambda event
poller only sends system logs at the selected level of detail and lower,
where DEBUG is the highest level and WARN is the lowest. For more
information about these metrics, see Event source mapping
logging.