aws.snow_device_management.list_tasks
Example SQL Queries
SELECT * FROMaws.snow_device_management.list_tasks;Description
Returns a list of tasks that can be filtered by state.
Table Definition
| Column Name | Column Data Type |
|---|---|
| state Input Column The state of the task assigned to one or many devices. | 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
| |
| 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) |
| task_arn The Amazon Resource Name (ARN) of the task. | VARCHAR |
| task_id The task ID. | VARCHAR |