Values_0.KafkaActionSourceSend messages to an Amazon Managed Streaming for Apache Kafka (Amazon MSK) or self-managed Apache Kafka cluster.
type nonrec t = {destinationArn : AwsArn.t;The ARN of Kafka action's VPC TopicRuleDestination.
*)topic : String_.t;The Kafka topic for messages to be sent to the Kafka broker.
*)key : String_.t option;The Kafka message key.
*)partition : String_.t option;The Kafka message partition.
*)clientProperties : ClientProperties.t;Properties of the Apache Kafka producer client.
*)headers : KafkaHeaders.t option;The list of Kafka headers that you specify.
*)}val make :
?key:??? ->
?partition:??? ->
?headers:??? ->
destinationArn:AwsArn.t ->
topic:String_.t ->
clientProperties:ClientProperties.t ->
unit ->
t