ParticipatingServer

A server participating in a migration job

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
sourceServerID string Source server ID
launchStatus string Launch status
launchedEc2InstanceID string Launched EC2 instance ID
postLaunchActionsStatus string postLaunchActionsStatus
View JSON Schema on GitHub

JSON Schema

application-migration-service-participating-server-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-schema/application-migration-service-participating-server-schema.json",
  "title": "ParticipatingServer",
  "description": "A server participating in a migration job",
  "type": "object",
  "properties": {
    "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"
    }
  }
}