AWS::IoT::TopicRule RepublishAction
Describes an action to republish to another topic.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Headers" :
RepublishActionHeaders
, "Qos" :Integer
, "RoleArn" :String
, "Topic" :String
}
YAML
Headers:
RepublishActionHeaders
Qos:Integer
RoleArn:String
Topic:String
Properties
Headers
-
MQTT Version 5.0 headers information. For more information, see MQTT in the IoT Core Developer Guide.
Required: No
Type: RepublishActionHeaders
Update requires: No interruption
Qos
-
The Quality of Service (QoS) level to use when republishing messages. The default value is 0.
Required: No
Type: Integer
Update requires: No interruption
RoleArn
-
The ARN of the IAM role that grants access.
Required: Yes
Type: String
Update requires: No interruption
Topic
-
The name of the MQTT topic.
Required: Yes
Type: String
Update requires: No interruption