CreateWaveRequest

Request to create a migration wave

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
name string Wave name
description string Wave description
tags object Tags for the wave
accountID string Account ID for cross-account access
View JSON Schema on GitHub

JSON Schema

application-migration-service-create-wave-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-create-wave-request-schema.json",
  "title": "CreateWaveRequest",
  "description": "Request to create a migration wave",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Wave name"
    },
    "description": {
      "type": "string",
      "description": "Wave description"
    },
    "tags": {
      "type": "object",
      "description": "Tags for the wave"
    },
    "accountID": {
      "type": "string",
      "description": "Account ID for cross-account access"
    }
  }
}