aws.iot.list_thing_registration_task_reports
Example SQL Queries
SELECT * FROMaws.iot.list_thing_registration_task_reportsWHERE"task_id" = 'VALUE'AND "report_type" = 'VALUE';Description
Information about the thing registration tasks.
Table Definition
| Column Name | Column Data Type |
|---|---|
| report_type Required Input Column The type of task report. | VARCHAR |
| task_id Required Input Column The id of the task. | 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 |
| resource_links Links to the task resources. | VARCHAR[] |
Show child fields
| |