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.ProvisionedThroughput

Description

 
Synopsis

Documentation

data ProvisionedThroughput Source #

Contains information about provisioned throughput for EBS storage volumes attached to kafka broker nodes.

See: newProvisionedThroughput smart constructor.

Constructors

ProvisionedThroughput' 

Fields

Instances

Instances details
FromJSON ProvisionedThroughput Source # 
Instance details

Defined in Amazonka.Kafka.Types.ProvisionedThroughput

ToJSON ProvisionedThroughput Source # 
Instance details

Defined in Amazonka.Kafka.Types.ProvisionedThroughput

Generic ProvisionedThroughput Source # 
Instance details

Defined in Amazonka.Kafka.Types.ProvisionedThroughput

Associated Types

type Rep ProvisionedThroughput :: Type -> Type #

Read ProvisionedThroughput Source # 
Instance details

Defined in Amazonka.Kafka.Types.ProvisionedThroughput

Show ProvisionedThroughput Source # 
Instance details

Defined in Amazonka.Kafka.Types.ProvisionedThroughput

NFData ProvisionedThroughput Source # 
Instance details

Defined in Amazonka.Kafka.Types.ProvisionedThroughput

Methods

rnf :: ProvisionedThroughput -> () #

Eq ProvisionedThroughput Source # 
Instance details

Defined in Amazonka.Kafka.Types.ProvisionedThroughput

Hashable ProvisionedThroughput Source # 
Instance details

Defined in Amazonka.Kafka.Types.ProvisionedThroughput

type Rep ProvisionedThroughput Source # 
Instance details

Defined in Amazonka.Kafka.Types.ProvisionedThroughput

type Rep ProvisionedThroughput = D1 ('MetaData "ProvisionedThroughput" "Amazonka.Kafka.Types.ProvisionedThroughput" "amazonka-kafka-2.0-Go9aKmtSH8zJub8xGjzkib" 'False) (C1 ('MetaCons "ProvisionedThroughput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "volumeThroughput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newProvisionedThroughput :: ProvisionedThroughput Source #

Create a value of ProvisionedThroughput 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:enabled:ProvisionedThroughput', provisionedThroughput_enabled - Provisioned throughput is enabled or not.

$sel:volumeThroughput:ProvisionedThroughput', provisionedThroughput_volumeThroughput - Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.

provisionedThroughput_enabled :: Lens' ProvisionedThroughput (Maybe Bool) Source #

Provisioned throughput is enabled or not.

provisionedThroughput_volumeThroughput :: Lens' ProvisionedThroughput (Maybe Int) Source #

Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.