Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ReplicationConfigurationReplicatedDisk

import type { ReplicationConfigurationReplicatedDisk } from "https://aws-api.deno.dev/v0.4/services/drs.ts?docs=full";

The configuration of a disk of the Source Server to be replicated.

interface ReplicationConfigurationReplicatedDisk {
deviceName?: string | null;
iops?: number | null;
isBootDisk?: boolean | null;
throughput?: number | null;
}

§Properties

§
deviceName?: string | null
[src]

The name of the device.

§
iops?: number | null
[src]

The requested number of I/O operations per second (IOPS).

§
isBootDisk?: boolean | null
[src]

Whether to boot from this disk or not.

§

When stagingDiskType is set to Auto, this field shows the current staging disk EBS volume type as it is constantly updated by the service. This is a read-only field.

§

The Staging Disk EBS volume type to be used during replication.

§
throughput?: number | null
[src]

The throughput to use for the EBS volume in MiB/s. This parameter is valid only for gp3 volumes.