aws.iot.list_thing_types
Example SQL Queries
SELECT * FROMaws.iot.list_thing_types;Description
Lists the existing thing types.
Requires permission to access the ListThingTypes action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| thing_type_name Input Column The name of the thing type. | VARCHAR |
| _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 |
| thing_type_arn The thing type ARN. | VARCHAR |
| thing_type_metadata The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated. | STRUCT( |
Show child fields
| |
| thing_type_properties The ThingTypeProperties for the thing type. | STRUCT( |
Show child fields
| |