aws.migrationhuborchestrator.get_workflow
Example SQL Queries
SELECT * FROMaws.migrationhuborchestrator.get_workflowWHERE"id" = 'VALUE';Description
Get migration workflow.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The ID of the migration workflow. | 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
| |
| ads_application_configuration_id The configuration ID of the application configured in Application Discovery Service. | VARCHAR |
| ads_application_name The name of the application configured in Application Discovery Service. | VARCHAR |
| arn The Amazon Resource Name (ARN) of the migration workflow. | VARCHAR |
| completed_steps Get a list of completed steps in the migration workflow. | BIGINT |
| creation_time The time at which the migration workflow was created. | TIMESTAMP_S |
| description The description of the migration workflow. | VARCHAR |
| end_time The time at which the migration workflow ended. | TIMESTAMP_S |
| last_modified_time The time at which the migration workflow was last modified. | TIMESTAMP_S |
| last_start_time The time at which the migration workflow was last started. | TIMESTAMP_S |
| last_stop_time The time at which the migration workflow was last stopped. | TIMESTAMP_S |
| name The name of the migration workflow. | VARCHAR |
| status The status of the migration workflow. | VARCHAR |
| status_message The status message of the migration workflow. | VARCHAR |
| tags The tags added to the migration workflow. | MAP(VARCHAR, VARCHAR) |
| template_id The ID of the template. | VARCHAR |
| tools List of AWS services utilized in a migration workflow. | STRUCT( |
Show child fields
| |
| total_steps The total number of steps in the migration workflow. | BIGINT |
| workflow_bucket The Amazon S3 bucket where the migration logs are stored. | VARCHAR |
| workflow_inputs The inputs required for creating the migration workflow. | MAP(VARCHAR, STRUCT( |