Pipe Source Managed Streaming Kafka Parameters Args
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
Link copied to clipboard
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
Properties
Link copied to clipboard
val credentials: Output<Either<PipeMskAccessCredentials0PropertiesArgs, PipeMskAccessCredentials1PropertiesArgs>>? = null