libZSservicesZSamazonka-mqZSamazonka-mq
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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' 

Fields

  • audit :: Maybe Bool

    Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged.

  • general :: Maybe Bool

    Enables general logging.

Instances

Instances details
Eq PendingLogs Source # 
Instance details

Defined in Amazonka.MQ.Types.PendingLogs

Read PendingLogs Source # 
Instance details

Defined in Amazonka.MQ.Types.PendingLogs

Show PendingLogs Source # 
Instance details

Defined in Amazonka.MQ.Types.PendingLogs

Generic PendingLogs Source # 
Instance details

Defined in Amazonka.MQ.Types.PendingLogs

Associated Types

type Rep PendingLogs :: Type -> Type #

NFData PendingLogs Source # 
Instance details

Defined in Amazonka.MQ.Types.PendingLogs

Methods

rnf :: PendingLogs -> () #

Hashable PendingLogs Source # 
Instance details

Defined in Amazonka.MQ.Types.PendingLogs

FromJSON PendingLogs Source # 
Instance details

Defined in Amazonka.MQ.Types.PendingLogs

type Rep PendingLogs Source # 
Instance details

Defined in Amazonka.MQ.Types.PendingLogs

type Rep PendingLogs = D1 ('MetaData "PendingLogs" "Amazonka.MQ.Types.PendingLogs" "libZSservicesZSamazonka-mqZSamazonka-mq" 'False) (C1 ('MetaCons "PendingLogs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "audit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "general") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

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.