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 |
Synopsis
- data BrokerEBSVolumeInfo = BrokerEBSVolumeInfo' {}
- newBrokerEBSVolumeInfo :: Text -> BrokerEBSVolumeInfo
- brokerEBSVolumeInfo_provisionedThroughput :: Lens' BrokerEBSVolumeInfo (Maybe ProvisionedThroughput)
- brokerEBSVolumeInfo_volumeSizeGB :: Lens' BrokerEBSVolumeInfo (Maybe Int)
- brokerEBSVolumeInfo_kafkaBrokerNodeId :: Lens' BrokerEBSVolumeInfo Text
Documentation
data BrokerEBSVolumeInfo Source #
Specifies the EBS volume upgrade information. The broker identifier must be set to the keyword ALL. This means the changes apply to all the brokers in the cluster.
See: newBrokerEBSVolumeInfo
smart constructor.
BrokerEBSVolumeInfo' | |
|
Instances
newBrokerEBSVolumeInfo Source #
Create a value of BrokerEBSVolumeInfo
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:provisionedThroughput:BrokerEBSVolumeInfo'
, brokerEBSVolumeInfo_provisionedThroughput
- EBS volume provisioned throughput information.
$sel:volumeSizeGB:BrokerEBSVolumeInfo'
, brokerEBSVolumeInfo_volumeSizeGB
- Size of the EBS volume to update.
$sel:kafkaBrokerNodeId:BrokerEBSVolumeInfo'
, brokerEBSVolumeInfo_kafkaBrokerNodeId
- The ID of the broker to update.
brokerEBSVolumeInfo_provisionedThroughput :: Lens' BrokerEBSVolumeInfo (Maybe ProvisionedThroughput) Source #
EBS volume provisioned throughput information.
brokerEBSVolumeInfo_volumeSizeGB :: Lens' BrokerEBSVolumeInfo (Maybe Int) Source #
Size of the EBS volume to update.
brokerEBSVolumeInfo_kafkaBrokerNodeId :: Lens' BrokerEBSVolumeInfo Text Source #
The ID of the broker to update.