Topic Rule Kafka Args
data class TopicRuleKafkaArgs(val clientProperties: Output<Map<String, String>>, val destinationArn: Output<String>, val headers: Output<List<TopicRuleKafkaHeaderArgs>>? = null, val key: Output<String>? = null, val partition: Output<String>? = null, val topic: Output<String>) : ConvertibleToJava<TopicRuleKafkaArgs>
Constructors
Link copied to clipboard
fun TopicRuleKafkaArgs(clientProperties: Output<Map<String, String>>, destinationArn: Output<String>, headers: Output<List<TopicRuleKafkaHeaderArgs>>? = null, key: Output<String>? = null, partition: Output<String>? = null, topic: Output<String>)
Functions
Properties
Link copied to clipboard
Properties of the Apache Kafka producer client. For more info, see the AWS documentation.
Link copied to clipboard