aws.iot_data.list_named_shadows_for_thing
Example SQL Queries
SELECT * FROMaws.iot_data.list_named_shadows_for_thingWHERE"thing_name" = 'VALUE';Description
Lists the shadows for the specified thing.
Requires permission to access the ListNamedShadowsForThing action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| thing_name Required Input Column The name of the thing. | VARCHAR |
| next_token Input Column The token to use to get the next set of results, or null if there are no additional results. | VARCHAR |
| page_size Input Column The result page size. | BIGINT |
| _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
| |
| results The list of shadows for the specified thing. | VARCHAR[] |
Show child fields
| |
| timestamp The Epoch date and time the response was generated by IoT. | BIGINT |