ConnectorApacheKafkaCluster

data class ConnectorApacheKafkaCluster(val bootstrapServers: String, val vpc: ConnectorVpc)

Details of how to connect to an Apache Kafka cluster.

Constructors

Link copied to clipboard
constructor(bootstrapServers: String, vpc: ConnectorVpc)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The bootstrap servers string of the Apache Kafka cluster.

Link copied to clipboard

Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.