Application Migration Service Replication Configuration Replicated Disk Structure

Replication configuration for an individual disk

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

Application Migration Service Replication Configuration Replicated Disk 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-replication-configuration-replicated-disk-structure.json",
  "title": "ReplicationConfigurationReplicatedDisk",
  "description": "Replication configuration for an individual disk",
  "type": "record",
  "fields": {
    "deviceName": {
      "type": "string",
      "description": "Device name"
    },
    "isBootDisk": {
      "type": "boolean",
      "description": "Whether this is the boot disk"
    },
    "stagingDiskType": {
      "type": "string",
      "description": "EBS volume type for staging"
    },
    "iops": {
      "type": "integer",
      "description": "IOPS for the staging disk"
    },
    "throughput": {
      "type": "integer",
      "description": "Throughput for the staging disk in MB/s"
    },
    "optimizedStagingDiskType": {
      "type": "string",
      "description": "Optimized staging disk type recommendation"
    }
  }
}