MarkAsArchivedRequest

Request to mark a source server as archived

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
sourceServerID string Source server ID to archive
accountID string Account ID for cross-account access
View JSON Schema on GitHub

JSON Schema

application-migration-service-mark-as-archived-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-mark-as-archived-request-schema.json",
  "title": "MarkAsArchivedRequest",
  "description": "Request to mark a source server as archived",
  "type": "object",
  "properties": {
    "sourceServerID": {
      "type": "string",
      "description": "Source server ID to archive"
    },
    "accountID": {
      "type": "string",
      "description": "Account ID for cross-account access"
    }
  }
}