AWS::IoT::ThingType PropagatingAttribute - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::IoT::ThingType PropagatingAttribute

An object that represents the connection attribute, the thing attribute, and the MQTT 5 user property key.

Syntax

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

JSON

{ "ConnectionAttribute" : String, "ThingAttribute" : String, "UserPropertyKey" : String }

YAML

ConnectionAttribute: String ThingAttribute: String UserPropertyKey: String

Properties

ConnectionAttribute

The attribute associated with the connection details.

Required: No

Type: String

Allowed values: iot:ClientId | iot:Thing.ThingName

Update requires: No interruption

ThingAttribute

The thing attribute that is propagating for MQTT 5 message enrichment.

Required: No

Type: String

Pattern: [a-zA-Z0-9_.,@/:#-]+

Maximum: 128

Update requires: No interruption

UserPropertyKey

The key of the MQTT 5 user property, which is a key-value pair.

Required: Yes

Type: String

Pattern: [a-zA-Z0-9:$.]+

Maximum: 128

Update requires: No interruption