Application Migration Service Job Example

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

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

Top-level fields

jobIDarntypeinitiatedBycreationDateTimeendDateTimestatusparticipatingServerstags

Example Payload

Raw ↑
{
  "jobID": "mgnjob-1234567890abcdef0",
  "arn": "arn:aws:mgn:us-east-1:123456789012:job/mgnjob-1234567890abcdef0",
  "type": "LAUNCH",
  "initiatedBy": "START_CUTOVER",
  "creationDateTime": "2026-04-19T00:00:00Z",
  "endDateTime": "2026-04-19T01:00:00Z",
  "status": "COMPLETED",
  "participatingServers": [],
  "tags": {}
}