aws.migrationhuborchestrator.list_template_steps
Example SQL Queries
SELECT * FROMaws.migrationhuborchestrator.list_template_stepsWHERE"template_id" = 'VALUE'AND "step_group_id" = 'VALUE';Description
List the steps in a template.
Table Definition
| Column Name | Column Data Type |
|---|---|
| step_group_id Required Input Column The ID of the step group. | VARCHAR |
| template_id Required 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
| |
| id The ID of the step. | VARCHAR |
| name The name of the step. | VARCHAR |
| next The next step. | VARCHAR[] |
Show child fields
| |
| owner The owner of the step. | VARCHAR |
| previous The previous step. | VARCHAR[] |
Show child fields
| |
| step_action_type The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step. | VARCHAR |
| target_type The servers on which to run the script. | VARCHAR |