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

ValidStorageOptions

import type { ValidStorageOptions } from "https://aws-api.deno.dev/v0.3/services/neptune.ts?docs=full";

Information about valid modifications that you can make to your DB instance.

Contains the result of a successful call to the "DescribeValidDBInstanceModifications" action.

interface ValidStorageOptions {
IopsToStorageRatio: DoubleRange[];
ProvisionedIops: Range[];
StorageSize: Range[];
StorageType?: string | null;
}

§Properties

§
IopsToStorageRatio: DoubleRange[]
[src]

The valid range of Provisioned IOPS to gibibytes of storage multiplier. For example, 3-10, which means that provisioned IOPS can be between 3 and 10 times storage.

§
ProvisionedIops: Range[]
[src]

The valid range of provisioned IOPS. For example, 1000-20000.

§
StorageSize: Range[]
[src]

The valid range of storage in gibibytes. For example, 100 to 16384.

§
StorageType?: string | null
[src]

The valid storage types for your DB instance. For example, gp2, io1.