aws.iot_data.get_thing_shadow
Example SQL Queries
SELECT * FROMaws.iot_data.get_thing_shadowWHERE"thing_name" = 'VALUE';Description
Gets the shadow for the specified thing.
Requires permission to access the GetThingShadow action.
For more information, see GetThingShadow in the IoT Developer Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| thing_name Required Input Column The name of the thing. | VARCHAR |
| shadow_name Input Column The name of the shadow. | 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
| |
| payload The state information, in JSON format. | BLOB |