aws.iot.list_things_in_thing_group
Example SQL Queries
SELECT * FROMaws.iot.list_things_in_thing_groupWHERE"thing_group_name" = 'VALUE';Description
Lists the things in the specified group.
Requires permission to access the ListThingsInThingGroup action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| thing_group_name Required Input Column The thing group name. | VARCHAR |
| recursive Input Column When true, list things in this thing group and in all child groups as well. | BOOLEAN |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| things | VARCHAR |