aws.snow_device_management.describe_execution
Example SQL Queries
SELECT * FROMaws.snow_device_management.describe_executionWHERE"managed_device_id" = 'VALUE'AND "task_id" = 'VALUE';Description
Checks the status of a remote task running on one or more target devices.
Table Definition
| Column Name | Column Data Type |
|---|---|
| managed_device_id Required Input Column The ID of the managed device that the task is being executed on. | VARCHAR |
| task_id Required Input Column The ID of the task being executed on the device. | 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 |
| last_updated_at When the status of the execution was last updated. | TIMESTAMP_S |
| started_at When the execution began. | TIMESTAMP_S |
| state The current state of the execution. | VARCHAR |