Skip to main content

thing_types_list_only

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

Overview

Namething_types_list_only
TypeResource
DescriptionResource Type definition for AWS::IoT::ThingType
Idaws.iot.thing_types_list_only

Fields

NameDatatypeDescription
thing_type_namestring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all thing_types in a region.

SELECT
region,
thing_type_name
FROM aws.iot.thing_types_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the thing_types_list_only resource, see thing_types