AWS::IoTFleetWise::Campaign MqttTopicConfig - 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).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::IoTFleetWise::Campaign MqttTopicConfig

The MQTT topic to which the Amazon IoT FleetWise campaign routes data. For more information, see Device communication protocols in the Amazon IoT Core Developer Guide.

Important

Access to certain Amazon IoT FleetWise features is currently gated. For more information, see Amazon Region and feature availability in the Amazon IoT FleetWise Developer Guide.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "ExecutionRoleArn" : String, "MqttTopicArn" : String }

YAML

ExecutionRoleArn: String MqttTopicArn: String

Properties

ExecutionRoleArn

The ARN of the role that grants Amazon IoT FleetWise permission to access and act on messages sent to the MQTT topic.

Required: Yes

Type: String

Pattern: ^arn:(aws[a-zA-Z0-9-]*):iam::(\d{12})?:(role((\u002F)|(\u002F[\u0021-\u007F]+\u002F))[\w+=,.@-]+)$

Minimum: 20

Maximum: 2048

Update requires: No interruption

MqttTopicArn

The ARN of the MQTT topic.

Required: Yes

Type: String

Pattern: ^arn:.*

Minimum: 20

Maximum: 2048

Update requires: No interruption