KafkaConnectorTopicMapArgs

constructor(batching: Output<KafkaTopicMapBatchingArgs>? = null, compression: Output<Either<String, KafkaMessageCompressionType>>? = null, copyMqttProperties: Output<String>? = null, extendedLocation: Output<ExtendedLocationPropertyArgs>? = null, kafkaConnectorName: Output<String>? = null, kafkaConnectorRef: Output<String>? = null, location: Output<String>? = null, mqName: Output<String>? = null, partitionKeyProperty: Output<String>? = null, partitionStrategy: Output<Either<String, KafkaPartitionStrategy>>? = null, resourceGroupName: Output<String>? = null, routes: Output<List<KafkaRoutesArgs>>? = null, tags: Output<Map<String, String>>? = null, topicMapName: Output<String>? = null)