PipeSourceSelfManagedKafkaParametersArgs

constructor(additionalBootstrapServers: Output<List<String>>? = null, batchSize: Output<Int>? = null, consumerGroupId: Output<String>? = null, credentials: Output<Any>? = null, maximumBatchingWindowInSeconds: Output<Int>? = null, serverRootCaCertificate: Output<String>? = null, startingPosition: Output<PipeSelfManagedKafkaStartPosition>? = null, topicName: Output<String>, vpc: Output<PipeSelfManagedKafkaAccessConfigurationVpcArgs>? = null)