Topic Rule Error Action Kafka
data class TopicRuleErrorActionKafka(val clientProperties: Map<String, String>, val destinationArn: String, val headers: List<TopicRuleErrorActionKafkaHeader>? = null, val key: String? = null, val partition: String? = null, val topic: String)
Constructors
Link copied to clipboard
fun TopicRuleErrorActionKafka(clientProperties: Map<String, String>, destinationArn: String, headers: List<TopicRuleErrorActionKafkaHeader>? = null, key: String? = null, partition: String? = null, topic: String)
Types
Properties
Link copied to clipboard
Properties of the Apache Kafka producer client. For more info, see the AWS documentation.
Link copied to clipboard