AWS::IoT::TopicRule RepublishAction - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::IoT::TopicRule RepublishAction

Describes an action to republish to another topic.

Syntax

To declare this entity in your Amazon 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