aws.iot.describe_thing_type
Example SQL Queries
SELECT * FROMaws.iot.describe_thing_typeWHERE"thing_type_name" = 'VALUE';Description
Gets information about the specified thing type.
Requires permission to access the DescribeThingType action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| thing_type_name Required 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_id The thing type ID. | 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 contains information about the thing type including description, and a list of searchable thing attribute names. | STRUCT( |
Show child fields
| |