aws.migrationhuborchestrator.list_workflow_step_groups
Example SQL Queries
SELECT * FROMaws.migrationhuborchestrator.list_workflow_step_groupsWHERE"workflow_id" = 'VALUE';Description
List the step groups in a migration workflow.
Table Definition
| Column Name | Column Data Type |
|---|---|
| workflow_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
| |
| id The ID of the step group. | VARCHAR |
| name The name of the step group. | VARCHAR |
| next The next step group. | VARCHAR[] |
Show child fields
| |
| owner The owner of the step group. | VARCHAR |
| previous The previous step group. | VARCHAR[] |
Show child fields
| |
| status The status of the step group. | VARCHAR |