PipeSourceSelfManagedKafkaParametersArgs

data class PipeSourceSelfManagedKafkaParametersArgs(val additionalBootstrapServers: Output<List<String>>? = null, val batchSize: Output<Int>? = null, val consumerGroupId: Output<String>? = null, val credentials: Output<Any>? = null, val maximumBatchingWindowInSeconds: Output<Int>? = null, val serverRootCaCertificate: Output<String>? = null, val startingPosition: Output<PipeSelfManagedKafkaStartPosition>? = null, val topicName: Output<String>, val vpc: Output<PipeSelfManagedKafkaAccessConfigurationVpcArgs>? = null) : ConvertibleToJava<PipeSourceSelfManagedKafkaParametersArgs>

Constructors

Link copied to clipboard
fun PipeSourceSelfManagedKafkaParametersArgs(additionalBootstrapServers: Output<List<String>>? = null, batchSize: Output<Int>? = null, consumerGroupId: Output<String>? = null, credentials: Output<Any>? = null, maximumBatchingWindowInSeconds: Output<Int>? = null, serverRootCaCertificate: Output<String>? = null, startingPosition: Output<PipeSelfManagedKafkaStartPosition>? = null, topicName: Output<String>, vpc: Output<PipeSelfManagedKafkaAccessConfigurationVpcArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val additionalBootstrapServers: Output<List<String>>? = null
Link copied to clipboard
val batchSize: Output<Int>? = null
Link copied to clipboard
val consumerGroupId: Output<String>? = null
Link copied to clipboard
val credentials: Output<Any>? = null
Link copied to clipboard
val maximumBatchingWindowInSeconds: Output<Int>? = null
Link copied to clipboard
val serverRootCaCertificate: Output<String>? = null

Optional SecretManager ARN which stores the database credentials

Link copied to clipboard
Link copied to clipboard
val topicName: Output<String>
Link copied to clipboard