Application Migration Service Identification Hints Structure

Hints used to identify the source server

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

Application Migration Service Identification Hints 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-identification-hints-structure.json",
  "title": "IdentificationHints",
  "description": "Hints used to identify the source server",
  "type": "record",
  "fields": {
    "fqdn": {
      "type": "string",
      "description": "Fully qualified domain name"
    },
    "hostname": {
      "type": "string",
      "description": "Hostname"
    },
    "vmWareUuid": {
      "type": "string",
      "description": "VMware UUID"
    },
    "awsInstanceID": {
      "type": "string",
      "description": "AWS instance ID if previously in AWS"
    },
    "vmPath": {
      "type": "string",
      "description": "VMware path"
    }
  }
}