aws.iot.list_ota_updates
Example SQL Queries
SELECT * FROMaws.iot.list_ota_updates;Description
Lists OTA updates.
Requires permission to access the ListOTAUpdates action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| ota_update_status Input Column The OTA update job status. | 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 |
| creation_date The date when the OTA update was created. | TIMESTAMP_S |
| ota_update_arn The OTA update ARN. | VARCHAR |
| ota_update_id The OTA update ID. | VARCHAR |