1 Answer
- Newest
- Most votes
- Most comments
0
You can always use iot with boto 3 and use list_things(**kwargs). Use the attributeName and attributeValue parameters to filter your things. For example, calling ListThings with attributeName=Color and attributeValue=Red retrieves all things in the registry that contain an attribute Color with the value Red . You can also pass thingTypeName (string) -- The name of the thing type used to search for things. It will return along with other attributes like thingArn which you can verify.
Relevant content
- asked 6 years ago
- asked 6 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 2 years ago