LogEventConfiguration

Configuration for event-based logging that specifies which event types to log and their logging settings. Used for account-level logging overrides.

Types

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

Properties

Link copied to clipboard

The type of event to log. These include event types like Connect, Publish, and Disconnect.

Link copied to clipboard

CloudWatch Log Group for event-based logging. Specifies where log events should be sent. The log destination for event-based logging overrides default Log Group for the specified event type and applies to all resources associated with that event.

Link copied to clipboard

The logging level for the specified event type. Determines the verbosity of log messages generated for this event type.

Functions

Link copied to clipboard
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