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 BrokerSoftwareInfo = BrokerSoftwareInfo' {}
- newBrokerSoftwareInfo :: BrokerSoftwareInfo
- brokerSoftwareInfo_configurationRevision :: Lens' BrokerSoftwareInfo (Maybe Integer)
- brokerSoftwareInfo_kafkaVersion :: Lens' BrokerSoftwareInfo (Maybe Text)
- brokerSoftwareInfo_configurationArn :: Lens' BrokerSoftwareInfo (Maybe Text)
Documentation
data BrokerSoftwareInfo Source #
Information about the current software installed on the cluster.
See: newBrokerSoftwareInfo
smart constructor.
BrokerSoftwareInfo' | |
|
Instances
newBrokerSoftwareInfo :: BrokerSoftwareInfo Source #
Create a value of BrokerSoftwareInfo
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:configurationRevision:BrokerSoftwareInfo'
, brokerSoftwareInfo_configurationRevision
- The revision of the configuration to use. This field isn't visible in
this preview release.
$sel:kafkaVersion:BrokerSoftwareInfo'
, brokerSoftwareInfo_kafkaVersion
- The version of Apache Kafka.
$sel:configurationArn:BrokerSoftwareInfo'
, brokerSoftwareInfo_configurationArn
- The Amazon Resource Name (ARN) of the configuration used for the
cluster. This field isn't visible in this preview release.
brokerSoftwareInfo_configurationRevision :: Lens' BrokerSoftwareInfo (Maybe Integer) Source #
The revision of the configuration to use. This field isn't visible in this preview release.
brokerSoftwareInfo_kafkaVersion :: Lens' BrokerSoftwareInfo (Maybe Text) Source #
The version of Apache Kafka.
brokerSoftwareInfo_configurationArn :: Lens' BrokerSoftwareInfo (Maybe Text) Source #
The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.