Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data BrokerNodeInfo = BrokerNodeInfo' {}
- newBrokerNodeInfo :: BrokerNodeInfo
- brokerNodeInfo_currentBrokerSoftwareInfo :: Lens' BrokerNodeInfo (Maybe BrokerSoftwareInfo)
- brokerNodeInfo_clientSubnet :: Lens' BrokerNodeInfo (Maybe Text)
- brokerNodeInfo_attachedENIId :: Lens' BrokerNodeInfo (Maybe Text)
- brokerNodeInfo_endpoints :: Lens' BrokerNodeInfo (Maybe [Text])
- brokerNodeInfo_clientVpcIpAddress :: Lens' BrokerNodeInfo (Maybe Text)
- brokerNodeInfo_brokerId :: Lens' BrokerNodeInfo (Maybe Double)
Documentation
data BrokerNodeInfo Source #
BrokerNodeInfo
See: newBrokerNodeInfo
smart constructor.
BrokerNodeInfo' | |
|
Instances
newBrokerNodeInfo :: BrokerNodeInfo Source #
Create a value of BrokerNodeInfo
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:currentBrokerSoftwareInfo:BrokerNodeInfo'
, brokerNodeInfo_currentBrokerSoftwareInfo
- Information about the version of software currently deployed on the
Kafka brokers in the cluster.
$sel:clientSubnet:BrokerNodeInfo'
, brokerNodeInfo_clientSubnet
- The client subnet to which this broker node belongs.
$sel:attachedENIId:BrokerNodeInfo'
, brokerNodeInfo_attachedENIId
- The attached elastic network interface of the broker.
$sel:endpoints:BrokerNodeInfo'
, brokerNodeInfo_endpoints
- Endpoints for accessing the broker.
$sel:clientVpcIpAddress:BrokerNodeInfo'
, brokerNodeInfo_clientVpcIpAddress
- The virtual private cloud (VPC) of the client.
$sel:brokerId:BrokerNodeInfo'
, brokerNodeInfo_brokerId
- The ID of the broker.
brokerNodeInfo_currentBrokerSoftwareInfo :: Lens' BrokerNodeInfo (Maybe BrokerSoftwareInfo) Source #
Information about the version of software currently deployed on the Kafka brokers in the cluster.
brokerNodeInfo_clientSubnet :: Lens' BrokerNodeInfo (Maybe Text) Source #
The client subnet to which this broker node belongs.
brokerNodeInfo_attachedENIId :: Lens' BrokerNodeInfo (Maybe Text) Source #
The attached elastic network interface of the broker.
brokerNodeInfo_endpoints :: Lens' BrokerNodeInfo (Maybe [Text]) Source #
Endpoints for accessing the broker.
brokerNodeInfo_clientVpcIpAddress :: Lens' BrokerNodeInfo (Maybe Text) Source #
The virtual private cloud (VPC) of the client.
brokerNodeInfo_brokerId :: Lens' BrokerNodeInfo (Maybe Double) Source #
The ID of the broker.