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

LaunchTemplateDiskConf

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

Launch template disk configuration.

interface LaunchTemplateDiskConf {
iops?: number | null;
throughput?: number | null;
volumeType?: VolumeType | null;
}

§Properties

§
iops?: number | null
[src]

Launch template disk iops configuration.

§
throughput?: number | null
[src]

Launch template disk throughput configuration.

§
volumeType?: VolumeType | null
[src]

Launch template disk volume type configuration.