DisconnectFromServiceRequest

Request to disconnect a source server from the service

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

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

JSON Schema

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