aws.migrationhuborchestrator.list_workflows
Example SQL Queries
SELECT * FROMaws.migrationhuborchestrator.list_workflows;Description
List the migration workflows.
Table Definition
| Column Name | Column Data Type |
|---|---|
| ads_application_configuration_name Input Column The name of the application configured in Application Discovery Service. | VARCHAR |
| name Input Column The name of the migration workflow. | VARCHAR |
| status Input Column The status of the migration workflow. | VARCHAR |
| template_id Input Column The ID of the template. | 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_steps The steps completed in the migration workflow. | BIGINT |
| creation_time The time at which the migration workflow was created. | TIMESTAMP_S |
| end_time The time at which the migration workflow ended. | TIMESTAMP_S |
| id The ID of the migration workflow. | VARCHAR |
| status_message The status message of the migration workflow. | VARCHAR |
| total_steps All the steps in a migration workflow. | BIGINT |