Application Migration Service Application Structure

A migration application grouping source servers

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

Application Migration Service Application 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-application-structure.json",
  "title": "Application",
  "description": "A migration application grouping source servers",
  "type": "record",
  "fields": {
    "applicationID": {
      "type": "string",
      "description": "Application ID"
    },
    "arn": {
      "type": "string",
      "description": "ARN of the application"
    },
    "name": {
      "type": "string",
      "description": "Application name"
    },
    "description": {
      "type": "string",
      "description": "Application description"
    },
    "isArchived": {
      "type": "boolean",
      "description": "Whether the application is archived"
    },
    "applicationAggregatedStatus": {
      "type": "string",
      "description": "applicationAggregatedStatus"
    },
    "creationDateTime": {
      "type": "string",
      "description": "Creation date/time"
    },
    "lastModifiedDateTime": {
      "type": "string",
      "description": "Last modification date/time"
    },
    "tags": {
      "type": "object",
      "description": "Tags on the application"
    },
    "waveID": {
      "type": "string",
      "description": "Wave ID this application belongs to"
    }
  }
}