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

VolumeConfiguration

import type { VolumeConfiguration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/opsworks.ts";
interface VolumeConfiguration {
Encrypted?: boolean | null;
Iops?: number | null;
MountPoint: string;
NumberOfDisks: number;
RaidLevel?: number | null;
Size: number;
VolumeType?: string | null;
}

§Properties

§
Encrypted?: boolean | null
[src]
§
Iops?: number | null
[src]
§
MountPoint: string
[src]
§
NumberOfDisks: number
[src]
§
RaidLevel?: number | null
[src]
§
Size: number
[src]
§
VolumeType?: string | null
[src]