aws.iot1click_devices.describe_device
Example SQL Queries
SELECT * FROMaws.iot1click_devices.describe_deviceWHERE"device_id" = 'VALUE';Description
Given a device ID, returns a DescribeDeviceResponse object describing the details of the device.
Table Definition
| Column Name | Column Data Type |
|---|---|
| device_id Required Input Column The unique identifier of the device. | 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
| |
| device_description Device details. | STRUCT( |
Show child fields
| |