Kafka Azure Synapse Analytics Sink Connector Info Args
data class KafkaAzureSynapseAnalyticsSinkConnectorInfoArgs(val apiKey: Output<String>? = null, val apiSecret: Output<String>? = null, val authType: Output<Either<String, AuthType>>? = null, val flushSize: Output<String>? = null, val inputFormat: Output<Either<String, DataFormatType>>? = null, val maxTasks: Output<String>? = null, val outputFormat: Output<Either<String, DataFormatType>>? = null, val partnerConnectorType: Output<String>, val serviceAccountId: Output<String>? = null, val timeInterval: Output<String>? = null, val topics: Output<List<String>>? = null, val topicsDir: Output<String>? = null) : ConvertibleToJava<KafkaAzureSynapseAnalyticsSinkConnectorInfoArgs>
The partner connector type is KafkaAzureSynapseAnalyticsSink
Constructors
Link copied to clipboard
constructor(apiKey: Output<String>? = null, apiSecret: Output<String>? = null, authType: Output<Either<String, AuthType>>? = null, flushSize: Output<String>? = null, inputFormat: Output<Either<String, DataFormatType>>? = null, maxTasks: Output<String>? = null, outputFormat: Output<Either<String, DataFormatType>>? = null, partnerConnectorType: Output<String>, serviceAccountId: Output<String>? = null, timeInterval: Output<String>? = null, topics: Output<List<String>>? = null, topicsDir: Output<String>? = null)