class
Amazonite::EventBridge::LogConfig
- Amazonite::EventBridge::LogConfig
- Reference
- Object
Overview
The logging configuration settings for the event bus.
For more information, see Configuring logs for event buses in the EventBridge User Guide.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/log_config.crConstructors
- .new(pull : JSON::PullParser)
- .new(include_detail : IncludeDetail | Nil = nil, level : Level | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#include_detail : IncludeDetail | Nil
Whether EventBridge include detailed event information in the records it generates.
-
#include_detail=(include_detail : IncludeDetail | Nil)
Whether EventBridge include detailed event information in the records it generates.
-
#level : Level | Nil
The level of logging detail to include.
-
#level=(level : Level | Nil)
The level of logging detail to include.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Whether EventBridge include detailed event information in the records it generates. Detailed data can be useful for troubleshooting and debugging. This information includes details of the event itself, as well as target details.
For more information, see Including detail data in event bus logs in the EventBridge User Guide.
Whether EventBridge include detailed event information in the records it generates. Detailed data can be useful for troubleshooting and debugging. This information includes details of the event itself, as well as target details.
For more information, see Including detail data in event bus logs in the EventBridge User Guide.
The level of logging detail to include. This applies to all log destinations for the event bus.
For more information, see Specifying event bus log level in the EventBridge User Guide.
The level of logging detail to include. This applies to all log destinations for the event bus.
For more information, see Specifying event bus log level in the EventBridge User Guide.