aws.migrationhuborchestrator.get_template_step_group
Example SQL Queries
SELECT * FROMaws.migrationhuborchestrator.get_template_step_groupWHERE"template_id" = 'VALUE'AND "id" = 'VALUE';Description
Get a step group in a template.
Table Definition
| Column Name | Column Data Type |
|---|---|
| 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
| |
| creation_time The time at which the step group was created. | TIMESTAMP_S |
| description The description of the step group. | VARCHAR |
| 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
| |
| 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
| |