Application Migration Service Data Replication Info Structure

Current data replication state and statistics for a source server

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

Application Migration Service Data Replication Info 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-data-replication-info-structure.json",
  "title": "DataReplicationInfo",
  "description": "Current data replication state and statistics for a source server",
  "type": "record",
  "fields": {
    "lagDuration": {
      "type": "string",
      "description": "Replication lag duration"
    },
    "lastSnapshotDateTime": {
      "type": "string",
      "description": "Date/time of the last snapshot"
    },
    "replicatedDisks": {
      "type": "array",
      "description": "List of replicated disks"
    },
    "dataReplicationState": {
      "type": "string",
      "description": "Current replication state"
    },
    "dataReplicationInitiation": {
      "type": "string",
      "description": "dataReplicationInitiation"
    },
    "dataReplicationError": {
      "type": "string",
      "description": "dataReplicationError"
    },
    "stagingAvailabilityZone": {
      "type": "string",
      "description": "Availability zone used for staging"
    }
  }
}