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