JobLogItem

A log entry for a migration job

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
logDateTime string Date/time of the log entry
event string Log event type
eventData string eventData
View JSON Schema on GitHub

JSON Schema

application-migration-service-job-log-item-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-job-log-item-schema.json",
  "title": "JobLogItem",
  "description": "A log entry for a migration job",
  "type": "object",
  "properties": {
    "logDateTime": {
      "type": "string",
      "description": "Date/time of the log entry"
    },
    "event": {
      "type": "string",
      "description": "Log event type"
    },
    "eventData": {
      "type": "string",
      "description": "eventData"
    }
  }
}