ListWavesRequestFilters

Filters for listing waves

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
waveIDs array Filter by wave IDs
isArchived boolean Filter by archived status
View JSON Schema on GitHub

JSON Schema

application-migration-service-list-waves-request-filters-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-list-waves-request-filters-schema.json",
  "title": "ListWavesRequestFilters",
  "description": "Filters for listing waves",
  "type": "object",
  "properties": {
    "waveIDs": {
      "type": "array",
      "description": "Filter by wave IDs"
    },
    "isArchived": {
      "type": "boolean",
      "description": "Filter by archived status"
    }
  }
}