BrokerLogs

data class BrokerLogs(val audit: Boolean? = null, val general: Boolean? = null)

Constructors

Link copied to clipboard
constructor(audit: Boolean? = null, general: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val audit: Boolean? = null

Enables audit logging. Auditing is only possible for engine_type of ActiveMQ. User management action made using JMX or the ActiveMQ Web Console is logged. Defaults to false.

Link copied to clipboard
val general: Boolean? = null

Enables general logging via CloudWatch. Defaults to false.