PipeSourceManagedStreamingKafkaParametersArgs

data class PipeSourceManagedStreamingKafkaParametersArgs(val batchSize: Output<Int>? = null, val consumerGroupId: Output<String>? = null, val credentials: Output<Either<PipeMskAccessCredentials0PropertiesArgs, PipeMskAccessCredentials1PropertiesArgs>>? = null, val maximumBatchingWindowInSeconds: Output<Int>? = null, val startingPosition: Output<PipeMskStartPosition>? = null, val topicName: Output<String>) : ConvertibleToJava<PipeSourceManagedStreamingKafkaParametersArgs>

Constructors

fun PipeSourceManagedStreamingKafkaParametersArgs(batchSize: Output<Int>? = null, consumerGroupId: Output<String>? = null, credentials: Output<Either<PipeMskAccessCredentials0PropertiesArgs, PipeMskAccessCredentials1PropertiesArgs>>? = null, maximumBatchingWindowInSeconds: Output<Int>? = null, startingPosition: Output<PipeMskStartPosition>? = null, topicName: Output<String>)

Functions

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

Properties

Link copied to clipboard
val batchSize: Output<Int>? = null
Link copied to clipboard
val consumerGroupId: Output<String>? = null
Link copied to clipboard
val maximumBatchingWindowInSeconds: Output<Int>? = null
Link copied to clipboard
Link copied to clipboard
val topicName: Output<String>