ArchiveApplicationRequest

Request to archive a migration application

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
applicationID string Application ID to archive
accountID string Account ID for cross-account access
View JSON Schema on GitHub

JSON Schema

application-migration-service-archive-application-request-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-archive-application-request-schema.json",
  "title": "ArchiveApplicationRequest",
  "description": "Request to archive a migration application",
  "type": "object",
  "properties": {
    "applicationID": {
      "type": "string",
      "description": "Application ID to archive"
    },
    "accountID": {
      "type": "string",
      "description": "Account ID for cross-account access"
    }
  }
}