| 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 |
Amazonka.KafkaConnect.Types.ApacheKafkaClusterDescription
Description
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.
Constructors
| ApacheKafkaClusterDescription' | |
Fields
| |
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.