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
- data LogsSummary = LogsSummary' {
- pending :: Maybe PendingLogs
- audit :: Maybe Bool
- auditLogGroup :: Maybe Text
- generalLogGroup :: Text
- general :: Bool
- newLogsSummary :: Text -> Bool -> LogsSummary
- logsSummary_pending :: Lens' LogsSummary (Maybe PendingLogs)
- logsSummary_audit :: Lens' LogsSummary (Maybe Bool)
- logsSummary_auditLogGroup :: Lens' LogsSummary (Maybe Text)
- logsSummary_generalLogGroup :: Lens' LogsSummary Text
- logsSummary_general :: Lens' LogsSummary Bool
Documentation
data LogsSummary Source #
The list of information about logs currently enabled and pending to be deployed for the specified broker.
See: newLogsSummary
smart constructor.
LogsSummary' | |
|
Instances
Create a value of LogsSummary
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:pending:LogsSummary'
, logsSummary_pending
- The list of information about logs pending to be deployed for the
specified broker.
$sel:audit:LogsSummary'
, logsSummary_audit
- Enables audit logging. Every user management action made using JMX or
the ActiveMQ Web Console is logged.
$sel:auditLogGroup:LogsSummary'
, logsSummary_auditLogGroup
- The location of the CloudWatch Logs log group where audit logs are sent.
$sel:generalLogGroup:LogsSummary'
, logsSummary_generalLogGroup
- The location of the CloudWatch Logs log group where general logs are
sent.
$sel:general:LogsSummary'
, logsSummary_general
- Enables general logging.
logsSummary_pending :: Lens' LogsSummary (Maybe PendingLogs) Source #
The list of information about logs pending to be deployed for the specified broker.
logsSummary_audit :: Lens' LogsSummary (Maybe Bool) Source #
Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged.
logsSummary_auditLogGroup :: Lens' LogsSummary (Maybe Text) Source #
The location of the CloudWatch Logs log group where audit logs are sent.
logsSummary_generalLogGroup :: Lens' LogsSummary Text Source #
The location of the CloudWatch Logs log group where general logs are sent.
logsSummary_general :: Lens' LogsSummary Bool Source #
Enables general logging.