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

VolumeType

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

The type of EBS volume, standard, gp2, gp3 or io1. See Configuring EBS-based Storagefor more information.

type VolumeType =
| "standard"
| "gp2"
| "io1"
| "gp3"

§Type

§
"standard" | "gp2" | "io1" | "gp3" | cmnP.UnexpectedEnumValue
[src]