Application Migration Service Participating Server Structure

A server participating in a migration job

Type: record Properties: 0
Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Application Migration Service Participating Server Structure is a JSON Structure definition published by Amazon Application Migration Service. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-structure/application-migration-service-participating-server-structure.json",
  "title": "ParticipatingServer",
  "description": "A server participating in a migration job",
  "type": "record",
  "fields": {
    "sourceServerID": {
      "type": "string",
      "description": "Source server ID"
    },
    "launchStatus": {
      "type": "string",
      "description": "Launch status"
    },
    "launchedEc2InstanceID": {
      "type": "string",
      "description": "Launched EC2 instance ID"
    },
    "postLaunchActionsStatus": {
      "type": "string",
      "description": "postLaunchActionsStatus"
    }
  }
}