Skip to content

Commit

Permalink
docs: add documentation for Qos field
Browse files Browse the repository at this point in the history
  • Loading branch information
drexler committed Apr 17, 2020
1 parent 31244ac commit 586f2e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/r/iot_topic_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ The `republish` object takes the following arguments:

* `role_arn` - (Required) The ARN of the IAM role that grants access.
* `topic` - (Required) The name of the MQTT topic the message should be republished to.
* `qos` - (Optional) The Quality of Service (QoS) level to use when republishing messages. Valid values are 0 or 1. The default value is 0.

The `s3` object takes the following arguments:

Expand Down

0 comments on commit 586f2e8

Please sign in to comment.