LifeCycleLastTest

Details about the last test lifecycle event

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
jobID string Job ID of the last test
initiatedDateTime string Date/time the test was initiated
finalizedDateTime string Date/time the test was finalized
revertedDateTime string Date/time the test was reverted
View JSON Schema on GitHub

JSON Schema

application-migration-service-life-cycle-last-test-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-life-cycle-last-test-schema.json",
  "title": "LifeCycleLastTest",
  "description": "Details about the last test lifecycle event",
  "type": "object",
  "properties": {
    "jobID": {
      "type": "string",
      "description": "Job ID of the last test"
    },
    "initiatedDateTime": {
      "type": "string",
      "description": "Date/time the test was initiated"
    },
    "finalizedDateTime": {
      "type": "string",
      "description": "Date/time the test was finalized"
    },
    "revertedDateTime": {
      "type": "string",
      "description": "Date/time the test was reverted"
    }
  }
}