class
Amazonite::Lambda::EventSourceMappingLoggingConfig
- Amazonite::Lambda::EventSourceMappingLoggingConfig
- Reference
- Object
Overview
(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.
Included Modules
- JSON::Serializable
Defined in:
lambda/event_source_mapping_logging_config.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#system_log_level : EventSourceMappingSystemLogLevel | Nil
The log level you want your event source mapping to use.
-
#system_log_level=(system_log_level : EventSourceMappingSystemLogLevel | Nil)
The log level you want your event source mapping to use.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.