Application Migration Service Application Example

Primary business application

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Application Migration Service Application Example is an example object payload from Amazon Application Migration Service, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

applicationIDarnnamedescriptionisArchivedapplicationAggregatedStatuscreationDateTimelastModifiedDateTimetagswaveID

Example Payload

Raw ↑
{
  "applicationID": "app-1234567890abcdef0",
  "arn": "arn:aws:mgn:us-east-1:123456789012:application/app-1234567890abcdef0",
  "name": "My Application",
  "description": "Primary business application",
  "isArchived": false,
  "applicationAggregatedStatus": "example-string",
  "creationDateTime": "2026-04-19T00:00:00Z",
  "lastModifiedDateTime": "2026-04-19T00:00:00Z",
  "tags": {},
  "waveID": "wave-1234567890abcdef0"
}