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 |
Documentation
data ApacheKafkaCluster Source #
The details of the Apache Kafka cluster to which the connector is connected.
See: newApacheKafkaCluster
smart constructor.
ApacheKafkaCluster' | |
|
Instances
newApacheKafkaCluster Source #
:: Text | |
-> Vpc | |
-> ApacheKafkaCluster |
Create a value of ApacheKafkaCluster
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:ApacheKafkaCluster'
, apacheKafkaCluster_bootstrapServers
- The bootstrap servers of the cluster.
$sel:vpc:ApacheKafkaCluster'
, apacheKafkaCluster_vpc
- Details of an Amazon VPC which has network connectivity to the Apache
Kafka cluster.
apacheKafkaCluster_bootstrapServers :: Lens' ApacheKafkaCluster Text Source #
The bootstrap servers of the cluster.
apacheKafkaCluster_vpc :: Lens' ApacheKafkaCluster Vpc Source #
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.