Skip to main content

things_list_only

Lists things in a region or regions, for all properties use things

Overview

Namethings_list_only
TypeResource
DescriptionResource Type definition for AWS::IoT::Thing
Idaws.iot.things_list_only

Fields

NameDatatypeDescription
idstring
arnstring
attribute_payloadobject
thing_namestring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all things in a region.

SELECT
region,
thing_name
FROM aws.iot.things_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the things_list_only resource, see things