aws.iot.describe_thing
Example SQL Queries
SELECT * FROMaws.iot.describe_thingWHERE"thing_name" = 'VALUE';Description
Gets information about the specified thing.
Requires permission to access the DescribeThing action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| thing_name Required Input Column The name of the thing. | 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 |
| attributes The thing attributes. | MAP(VARCHAR, VARCHAR) |
| billing_group_name The name of the billing group the thing belongs to. | VARCHAR |
| default_client_id The default MQTT client ID. For a typical device, the thing name is also used as the default MQTT client ID. Although we don’t require a mapping between a thing's registry name and its use of MQTT client IDs, certificates, or shadow state, we recommend that you choose a thing name and use it as the MQTT client ID for the registry and the Device Shadow service. This lets you better organize your IoT fleet without removing the flexibility of the underlying device certificate model or shadows. | VARCHAR |
| thing_arn The ARN of the thing to describe. | VARCHAR |
| thing_id The ID of the thing to describe. | VARCHAR |
| thing_type_name The thing type name. | VARCHAR |
| version The current version of the thing record in the registry. To avoid unintentional changes to the information in the registry, you can pass the version information in the expectedVersion parameter of the UpdateThing and DeleteThing calls. | BIGINT |