thing_groups_list_only
Lists thing_groups
in a region or regions, for all properties use thing_groups
Overview
Name | thing_groups_list_only |
Type | Resource |
Description | Resource Type definition for AWS::IoT::ThingGroup |
Id | aws.iot.thing_groups_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
arn | string | |
thing_group_name | string | |
parent_group_name | string | |
query_string | string | |
thing_group_properties | object | |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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