LogConfig

class LogConfig

The logging configuration settings for the event bus.

For more information, see Configuring logs for event buses in the EventBridge User Guide.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard
val level: Level?

The level of logging detail to include. This applies to all log destinations for the event bus.

Functions

Link copied to clipboard
inline fun copy(block: LogConfig.Builder.() -> Unit = {}): LogConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String