{ "$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" } } }