AssociateSourceServersRequest

Request to associate source servers with an application

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
applicationID string Application ID
sourceServerIDs array Source server IDs to associate
accountID string Account ID for cross-account access
View JSON Schema on GitHub

JSON Schema

application-migration-service-associate-source-servers-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-associate-source-servers-request-schema.json",
  "title": "AssociateSourceServersRequest",
  "description": "Request to associate source servers with an application",
  "type": "object",
  "properties": {
    "applicationID": {
      "type": "string",
      "description": "Application ID"
    },
    "sourceServerIDs": {
      "type": "array",
      "description": "Source server IDs to associate"
    },
    "accountID": {
      "type": "string",
      "description": "Account ID for cross-account access"
    }
  }
}