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

StorageTypeLimit

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

Limits that are applicable for given storage type.

interface StorageTypeLimit {
LimitName?: string | null;
LimitValues?: string[] | null;
}

§Properties

§
LimitName?: string | null
[src]

Name of storage limits that are applicable for given storage type. If "StorageType" is ebs, following storage options are applicable 1. MinimumVolumeSize 2. MaximumVolumeSize 3. MaximumIops 4. MinimumIops

§
LimitValues?: string[] | null
[src]

Values for the "StorageTypeLimit$LimitName" .