PipeSourceParametersManagedStreamingKafkaParametersArgs

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

fun PipeSourceParametersManagedStreamingKafkaParametersArgs(batchSize: Output<Int>? = null, consumerGroupId: Output<String>? = null, credentials: Output<PipeSourceParametersManagedStreamingKafkaParametersCredentialsArgs>? = null, maximumBatchingWindowInSeconds: Output<Int>? = null, startingPosition: Output<String>? = null, topicName: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): PipeSourceParametersManagedStreamingKafkaParametersArgs

Properties

Link copied to clipboard
val batchSize: Output<Int>? = null

The maximum number of records to include in each batch. Maximum value of 10000.

Link copied to clipboard
val consumerGroupId: Output<String>? = null

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
val maximumBatchingWindowInSeconds: Output<Int>? = null

The maximum length of a time to wait for events. Maximum value of 300.

Link copied to clipboard
val startingPosition: Output<String>? = null

The position in a stream from which to start reading. Valid values: TRIM_HORIZON, LATEST.

Link copied to clipboard
val topicName: Output<String>

The name of the topic that the pipe will read from. Maximum length of 249.