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.Kafka.Types.ProvisionedThroughput
Description
Documentation
data ProvisionedThroughput Source #
Contains information about provisioned throughput for EBS storage volumes attached to kafka broker nodes.
See: newProvisionedThroughput
smart constructor.
Constructors
ProvisionedThroughput' | |
Instances
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.