AWS::IoT::SecurityProfile MetricsExportConfig - 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::SecurityProfile MetricsExportConfig

Specifies the MQTT topic and role ARN required for metric export.

Syntax

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

JSON

{ "MqttTopic" : String, "RoleArn" : String }

YAML

MqttTopic: String RoleArn: String

Properties

MqttTopic

The MQTT topic that Device Defender Detect should publish messages to for metrics export.

Required: Yes

Type: String

Minimum: 1

Maximum: 512

Update requires: No interruption

RoleArn

This role ARN has permission to publish MQTT messages, after which Device Defender Detect can assume the role and publish messages on your behalf.

Required: Yes

Type: String

Minimum: 20

Maximum: 2048

Update requires: No interruption