Pipe Source Parameters Self Managed Kafka Parameters
data class PipeSourceParametersSelfManagedKafkaParameters(val additionalBootstrapServers: List<String>? = null, val batchSize: Int? = null, val consumerGroupId: String? = null, val credentials: PipeSourceParametersSelfManagedKafkaParametersCredentials? = null, val maximumBatchingWindowInSeconds: Int? = null, val serverRootCaCertificate: String? = null, val startingPosition: String? = null, val topicName: String, val vpc: PipeSourceParametersSelfManagedKafkaParametersVpc? = null)
Constructors
Link copied to clipboard
fun PipeSourceParametersSelfManagedKafkaParameters(additionalBootstrapServers: List<String>? = null, batchSize: Int? = null, consumerGroupId: String? = null, credentials: PipeSourceParametersSelfManagedKafkaParametersCredentials? = null, maximumBatchingWindowInSeconds: Int? = null, serverRootCaCertificate: String? = null, startingPosition: String? = null, topicName: String, vpc: PipeSourceParametersSelfManagedKafkaParametersVpc? = null)