Application Migration Service Archive Application Request Structure

Request to archive a migration application

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

Application Migration Service Archive Application Request 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-archive-application-request-structure.json",
  "title": "ArchiveApplicationRequest",
  "description": "Request to archive a migration application",
  "type": "record",
  "fields": {
    "applicationID": {
      "type": "string",
      "description": "Application ID to archive"
    },
    "accountID": {
      "type": "string",
      "description": "Account ID for cross-account access"
    }
  }
}