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

DiskIopsConfiguration

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

The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).

interface DiskIopsConfiguration {
Iops?: number | null;
}

§Properties

§
Iops?: number | null
[src]

The total number of SSD IOPS provisioned for the file system.

§

Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC) or was provisioned by the customer (USER_PROVISIONED).