Pipe Source Parameters Managed Streaming Kafka Parameters
data class PipeSourceParametersManagedStreamingKafkaParameters(val batchSize: Int? = null, val consumerGroupId: String? = null, val credentials: PipeSourceParametersManagedStreamingKafkaParametersCredentials? = null, val maximumBatchingWindowInSeconds: Int? = null, val startingPosition: String? = null, val topicName: String)
Properties
Link copied to clipboard
The name of the destination queue to consume. Maximum value of 200.
Link copied to clipboard
The credentials needed to access the resource. Detailed below.
Link copied to clipboard
The maximum length of a time to wait for events. Maximum value of 300.
Link copied to clipboard
The position in a stream from which to start reading. Valid values: TRIM_HORIZON, LATEST.