Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data PendingLogs Source #
The list of information about logs to be enabled for the specified broker.
See: newPendingLogs
smart constructor.
Instances
newPendingLogs :: PendingLogs Source #
Create a value of PendingLogs
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:audit:PendingLogs'
, pendingLogs_audit
- Enables audit logging. Every user management action made using JMX or
the ActiveMQ Web Console is logged.
$sel:general:PendingLogs'
, pendingLogs_general
- Enables general logging.
pendingLogs_audit :: Lens' PendingLogs (Maybe Bool) Source #
Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged.
pendingLogs_general :: Lens' PendingLogs (Maybe Bool) Source #
Enables general logging.