| 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.Logs
Description
Documentation
The list of information about logs to be enabled for the specified broker.
See: newLogs smart constructor.
Constructors
| Logs' | |
Instances
| FromJSON Logs Source # | |
| ToJSON Logs Source # | |
Defined in Amazonka.MQ.Types.Logs | |
| Generic Logs Source # | |
| Read Logs Source # | |
| Show Logs Source # | |
| NFData Logs Source # | |
Defined in Amazonka.MQ.Types.Logs | |
| Eq Logs Source # | |
| Hashable Logs Source # | |
Defined in Amazonka.MQ.Types.Logs | |
| type Rep Logs Source # | |
Defined in Amazonka.MQ.Types.Logs type Rep Logs = D1 ('MetaData "Logs" "Amazonka.MQ.Types.Logs" "amazonka-mq-2.0-3ebKNoK022m255Abw9OF0s" 'False) (C1 ('MetaCons "Logs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "audit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "general") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) | |
Create a value of Logs 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:Logs', logs_audit - Enables audit logging. Every user management action made using JMX or
the ActiveMQ Web Console is logged. Does not apply to RabbitMQ brokers.
$sel:general:Logs', logs_general - Enables general logging.