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 ApacheKafkaClusterDescription = ApacheKafkaClusterDescription' {}
- newApacheKafkaClusterDescription :: ApacheKafkaClusterDescription
- apacheKafkaClusterDescription_bootstrapServers :: Lens' ApacheKafkaClusterDescription (Maybe Text)
- apacheKafkaClusterDescription_vpc :: Lens' ApacheKafkaClusterDescription (Maybe VpcDescription)
Documentation
data ApacheKafkaClusterDescription Source #
The description of the Apache Kafka cluster to which the connector is connected.
See: newApacheKafkaClusterDescription
smart constructor.
ApacheKafkaClusterDescription' | |
|
Instances
newApacheKafkaClusterDescription :: ApacheKafkaClusterDescription Source #
Create a value of ApacheKafkaClusterDescription
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:bootstrapServers:ApacheKafkaClusterDescription'
, apacheKafkaClusterDescription_bootstrapServers
- The bootstrap servers of the cluster.
$sel:vpc:ApacheKafkaClusterDescription'
, apacheKafkaClusterDescription_vpc
- Details of an Amazon VPC which has network connectivity to the Apache
Kafka cluster.
apacheKafkaClusterDescription_bootstrapServers :: Lens' ApacheKafkaClusterDescription (Maybe Text) Source #
The bootstrap servers of the cluster.
apacheKafkaClusterDescription_vpc :: Lens' ApacheKafkaClusterDescription (Maybe VpcDescription) Source #
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.