AssociateApplicationsRequest

Request to associate applications with a wave

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
waveID string Wave ID
applicationIDs array Application IDs to associate
accountID string Account ID for cross-account access
View JSON Schema on GitHub

JSON Schema

application-migration-service-associate-applications-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-applications-request-schema.json",
  "title": "AssociateApplicationsRequest",
  "description": "Request to associate applications with a wave",
  "type": "object",
  "properties": {
    "waveID": {
      "type": "string",
      "description": "Wave ID"
    },
    "applicationIDs": {
      "type": "array",
      "description": "Application IDs to associate"
    },
    "accountID": {
      "type": "string",
      "description": "Account ID for cross-account access"
    }
  }
}