| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MQ.Types.PendingLogs
Description
Synopsis
Documentation
data PendingLogs Source #
The list of information about logs to be enabled for the specified broker.
See: newPendingLogs smart constructor.
Constructors
| PendingLogs' | |
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.