aws.snow_device_management.list_executions
Example SQL Queries
SELECT * FROMaws.snow_device_management.list_executionsWHERE"task_id" = 'VALUE';Description
Returns the status of tasks for one or more target devices.
Table Definition
| Column Name | Column Data Type |
|---|---|
| task_id Required Input Column The ID of the task. | VARCHAR |
| state Input Column The state of the execution. | 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
| |
| execution_id The ID of the execution. | VARCHAR |
| managed_device_id The ID of the managed device that the task is being executed on. | VARCHAR |