Application Migration Service Life Cycle Last Cutover Structure

Details about the last cutover lifecycle event

Type: record Properties: 0
Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Application Migration Service Life Cycle Last Cutover Structure is a JSON Structure definition published by Amazon Application Migration Service. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-structure/application-migration-service-life-cycle-last-cutover-structure.json",
  "title": "LifeCycleLastCutover",
  "description": "Details about the last cutover lifecycle event",
  "type": "record",
  "fields": {
    "jobID": {
      "type": "string",
      "description": "Job ID of the last cutover"
    },
    "initiatedDateTime": {
      "type": "string",
      "description": "Date/time the cutover was initiated"
    },
    "finalizedDateTime": {
      "type": "string",
      "description": "Date/time the cutover was finalized"
    },
    "revertedDateTime": {
      "type": "string",
      "description": "Date/time the cutover was reverted"
    }
  }
}