Device catalogue with IoT conformant devices. https://devices.amazonaws.com/search?page=1
In order not to define a rule for each single Thing - use wildcards.
The MQTT topics for things in Iot Core are as structured as following:
$aws/things/alf-dev-con1-pi0-simulated/shadow/update/accepted $aws/things/alf-dev-con1-pi1/shadow/update/accepted
Which match all things, independent of thing-name
SELECT * FROM '$aws/things/+/shadow/update/accepted'
Add the name of the topic - to the property “aliases” . So that you can use the topics - in the asset aliases.