aws.snow_device_management.describe_task
Example SQL Queries
SELECT * FROMaws.snow_device_management.describe_taskWHERE"task_id" = 'VALUE';Description
Checks the metadata for a given task on a device.
Table Definition
| Column Name | Column Data Type |
|---|---|
| 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
| |
| completed_at When the task was completed. | TIMESTAMP_S |
| created_at When the CreateTask operation was called. | TIMESTAMP_S |
| description The description provided of the task and managed devices. | VARCHAR |
| last_updated_at When the state of the task was last updated. | TIMESTAMP_S |
| state The current state of the task. | VARCHAR |
| tags Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment. | MAP(VARCHAR, VARCHAR) |
| targets The managed devices that the task was sent to. | VARCHAR[] |
Show child fields
| |
| task_arn The Amazon Resource Name (ARN) of the task. | VARCHAR |