Amazon Application Migration Service · Schema
SourceProperties
Discovered properties of the source server
Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration
Properties
| Name | Type | Description |
|---|---|---|
| lastUpdatedDateTime | string | Date/time properties were last updated |
| recommendedInstanceType | string | AWS instance type recommended for this server |
| identificationHints | string | identificationHints |
| networkInterfaces | array | Network interfaces on the source server |
| disks | array | Disks on the source server |
| cpus | array | CPUs on the source server |
| ramBytes | integer | RAM in bytes |
| os | string | os |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-schema/application-migration-service-source-properties-schema.json",
"title": "SourceProperties",
"description": "Discovered properties of the source server",
"type": "object",
"properties": {
"lastUpdatedDateTime": {
"type": "string",
"description": "Date/time properties were last updated"
},
"recommendedInstanceType": {
"type": "string",
"description": "AWS instance type recommended for this server"
},
"identificationHints": {
"type": "string",
"description": "identificationHints"
},
"networkInterfaces": {
"type": "array",
"description": "Network interfaces on the source server"
},
"disks": {
"type": "array",
"description": "Disks on the source server"
},
"cpus": {
"type": "array",
"description": "CPUs on the source server"
},
"ramBytes": {
"type": "integer",
"description": "RAM in bytes"
},
"os": {
"type": "string",
"description": "os"
}
}
}