Skip to main content

thing_groups_list_only

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

Overview

Namething_groups_list_only
TypeResource
DescriptionResource Type definition for AWS::IoT::ThingGroup
Idaws.iot.thing_groups_list_only

Fields

NameDatatypeDescription
thing_group_namestring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all thing_groups in a region.

SELECT
region,
thing_group_name
FROM aws.iot.thing_groups_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the thing_groups_list_only resource, see thing_groups