Amazon Application Migration Service · Schema
Wave
A migration wave grouping applications
Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration
Properties
| Name | Type | Description |
|---|---|---|
| waveID | string | Wave ID |
| arn | string | ARN of the wave |
| name | string | Wave name |
| description | string | Wave description |
| isArchived | boolean | Whether the wave is archived |
| waveAggregatedStatus | string | waveAggregatedStatus |
| creationDateTime | string | Creation date/time |
| lastModifiedDateTime | string | Last modification date/time |
| tags | object | Tags on the wave |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-schema/application-migration-service-wave-schema.json",
"title": "Wave",
"description": "A migration wave grouping applications",
"type": "object",
"properties": {
"waveID": {
"type": "string",
"description": "Wave ID"
},
"arn": {
"type": "string",
"description": "ARN of the wave"
},
"name": {
"type": "string",
"description": "Wave name"
},
"description": {
"type": "string",
"description": "Wave description"
},
"isArchived": {
"type": "boolean",
"description": "Whether the wave is archived"
},
"waveAggregatedStatus": {
"type": "string",
"description": "waveAggregatedStatus"
},
"creationDateTime": {
"type": "string",
"description": "Creation date/time"
},
"lastModifiedDateTime": {
"type": "string",
"description": "Last modification date/time"
},
"tags": {
"type": "object",
"description": "Tags on the wave"
}
}
}