aws.iot.list_thing_groups
Example SQL Queries
SELECT * FROMaws.iot.list_thing_groups;Description
List the thing groups in your account.
Requires permission to access the ListThingGroups action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name_prefix_filter Input Column A filter that limits the results to those with the specified name prefix. | VARCHAR |
| parent_group Input Column A filter that limits the results to those with the specified parent group. | VARCHAR |
| recursive Input Column If true, return 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 |
| group_arn The group ARN. | VARCHAR |
| group_name The group name. | VARCHAR |