aws.migrationhuborchestrator.get_workflow_step_group
Example SQL Queries
SELECT * FROMaws.migrationhuborchestrator.get_workflow_step_groupWHERE"id" = 'VALUE'AND "workflow_id" = 'VALUE';Description
Get the step group of a migration workflow.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The ID of the step group. | VARCHAR |
| 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
| |
| creation_time The time at which the step group was created. | TIMESTAMP_S |
| description The description of the step group. | VARCHAR |
| end_time The time at which the step group ended. | TIMESTAMP_S |
| last_modified_time The time at which the step group was last modified. | TIMESTAMP_S |
| 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 |
| tools List of AWS services utilized in a migration workflow. | STRUCT( |
Show child fields
| |