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
idstring
arnstring
thing_group_namestring
parent_group_namestring
query_stringstring
thing_group_propertiesobject
tagsarrayAn array of key-value pairs to apply to this resource.
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