amazonka-kafka-2.0: Amazon Managed Streaming for Kafka SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Kafka.Types.JmxExporter

Description

 
Synopsis

Documentation

data JmxExporter Source #

Indicates whether you want to turn on or turn off the JMX Exporter.

See: newJmxExporter smart constructor.

Constructors

JmxExporter' 

Fields

Instances

Instances details
FromJSON JmxExporter Source # 
Instance details

Defined in Amazonka.Kafka.Types.JmxExporter

Generic JmxExporter Source # 
Instance details

Defined in Amazonka.Kafka.Types.JmxExporter

Associated Types

type Rep JmxExporter :: Type -> Type #

Read JmxExporter Source # 
Instance details

Defined in Amazonka.Kafka.Types.JmxExporter

Show JmxExporter Source # 
Instance details

Defined in Amazonka.Kafka.Types.JmxExporter

NFData JmxExporter Source # 
Instance details

Defined in Amazonka.Kafka.Types.JmxExporter

Methods

rnf :: JmxExporter -> () #

Eq JmxExporter Source # 
Instance details

Defined in Amazonka.Kafka.Types.JmxExporter

Hashable JmxExporter Source # 
Instance details

Defined in Amazonka.Kafka.Types.JmxExporter

type Rep JmxExporter Source # 
Instance details

Defined in Amazonka.Kafka.Types.JmxExporter

type Rep JmxExporter = D1 ('MetaData "JmxExporter" "Amazonka.Kafka.Types.JmxExporter" "amazonka-kafka-2.0-Go9aKmtSH8zJub8xGjzkib" 'False) (C1 ('MetaCons "JmxExporter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabledInBroker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))

newJmxExporter Source #

Create a value of JmxExporter 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:enabledInBroker:JmxExporter', jmxExporter_enabledInBroker - Indicates whether you want to turn on or turn off the JMX Exporter.

jmxExporter_enabledInBroker :: Lens' JmxExporter Bool Source #

Indicates whether you want to turn on or turn off the JMX Exporter.