AWS::IoTFleetWise::Campaign MqttTopicConfig - AWS CloudFormation

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

AWS::IoTFleetWise::Campaign MqttTopicConfig

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

Important

AWS IoT FleetWise will no longer be open to new customers starting April 30, 2026. If you would like to use AWS IoT FleetWise, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see AWS IoT FleetWise availability change.

Syntax

To declare this entity in your 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 AWS 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: Replacement

MqttTopicArn

The ARN of the MQTT topic.

Required: Yes

Type: String

Pattern: ^arn:.*

Minimum: 20

Maximum: 2048

Update requires: Replacement