aws.mgh.list_migration_tasks
Example SQL Queries
SELECT * FROMaws.mgh.list_migration_tasks;Description
Lists all, or filtered by resource name, migration tasks associated with the user account making this call. This API has the following traits:
Can show a summary list of the most recent migration tasks.
Can show a summary list of migration tasks associated with a given discovered resource.
Lists migration tasks in a paginated interface.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_name Input Column Filter migration tasks by discovered resource name. | 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 |
| migration_task_name Unique identifier that references the migration task. Do not store personal data in this field. | VARCHAR |
| progress_percent Indication of the percentage completion of the task. | BIGINT |
| progress_update_stream An AWS resource used for access control. It should uniquely identify the migration tool as it is used for all updates made by the tool. | VARCHAR |
| status Status of the task. | VARCHAR |
| status_detail Detail information of what is being done within the overall status state. | VARCHAR |
| update_date_time The timestamp when the task was gathered. | TIMESTAMP_S |