Values_0.RepublishActionSourceDescribes an action to republish to another topic.
type nonrec t = {roleArn : AwsArn.t;The ARN of the IAM role that grants access.
*)topic : TopicPattern.t;The name of the MQTT topic.
*)qos : Qos.t option;The Quality of Service (QoS) level to use when republishing messages. The default value is 0.
*)headers : MqttHeaders.t option;MQTT Version 5.0 headers information. For more information, see MQTT from the Amazon Web Services IoT Core Developer Guide.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Qos.t
| `String of AwsArn.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of UserPropertyKey.t ]) list ]
list
| `String of PayloadFormatIndicator.t ])
list ])
list ]