Pipe Source Parameters Managed Streaming Kafka Parameters Args
data class PipeSourceParametersManagedStreamingKafkaParametersArgs(val batchSize: Output<Int>? = null, val consumerGroupId: Output<String>? = null, val credentials: Output<PipeSourceParametersManagedStreamingKafkaParametersCredentialsArgs>? = null, val maximumBatchingWindowInSeconds: Output<Int>? = null, val startingPosition: Output<String>? = null, val topicName: Output<String>) : ConvertibleToJava<PipeSourceParametersManagedStreamingKafkaParametersArgs>
Constructors
Link copied to clipboard
constructor(batchSize: Output<Int>? = null, consumerGroupId: Output<String>? = null, credentials: Output<PipeSourceParametersManagedStreamingKafkaParametersCredentialsArgs>? = null, maximumBatchingWindowInSeconds: Output<Int>? = null, startingPosition: Output<String>? = null, topicName: Output<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.