AWS Migration Hub will no longer be open to new customers starting November 7, 2025. To continue using the service, sign up prior to November 7, 2025. For capabilities similar to AWS Migration Hub, explore AWS Transform
MigrationTaskSummary
MigrationTaskSummary includes MigrationTaskName
,
ProgressPercent
, ProgressUpdateStream
, Status
,
and UpdateDateTime
for each task.
Contents
- MigrationTaskName
-
Unique identifier that references the migration task. Do not store personal data in this field.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
[^:|]+
Required: No
- ProgressPercent
-
Indication of the percentage completion of the task.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 100.
Required: No
- ProgressUpdateStream
-
An AWS resource used for access control. It should uniquely identify the migration tool as it is used for all updates made by the tool.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 50.
Pattern:
[^/:|\000-\037]+
Required: No
- Status
-
Status of the task.
Type: String
Valid Values:
NOT_STARTED | IN_PROGRESS | FAILED | COMPLETED
Required: No
- StatusDetail
-
Detail information of what is being done within the overall status state.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2500.
Pattern:
^.{0,2500}$
Required: No
- UpdateDateTime
-
The timestamp when the task was gathered.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: